Commit graph

12 commits

Author SHA1 Message Date
Martin Mahner
e3d4725e52 Fix Django 3.0 tests with CSP issues 2019-12-07 12:05:53 +01:00
Martin Mahner
c9ab955545 Drop pipenv in favor of Docker/Virtualenv.
Basically https://chriswarrick.com/blog/2018/07/17/pipenv-promises-a-lot-delivers-very-little/
2019-12-07 11:37:30 +01:00
Martin Mahner
7acfa1f475 Ship compiled static files with Pypi package. #125 2019-07-12 16:14:18 +02:00
Martin Mahner
42812855b2 Code cleanup and setup.cfg 2019-01-25 13:47:00 +01:00
Martin Mahner
336ae3b968 More generic code cleanup 2018-03-24 08:56:38 +01:00
Martin Mahner
81f9718edc Highlight Whitespace tests 2018-03-12 13:04:18 +01:00
Martin Mahner
be691b4b43 Added docs. 2013-12-18 11:28:45 +01:00
Martin Mahner
1789ba6159 Fixed local setting ignore. 2013-11-25 22:51:52 +01:00
Timo Tijhof
b2265b1af8 Clean up: Drop redundant attributes, minor JS clean up, gitignore
* Dropped redundant `type` attribute from script elements
  (some had them removed already).
* Dropped redundant `media` attribute from link elements.
* <div> is not a valid self-closing tag.
* Dropped redundant / in self-closing tags in <hr/>, <br/>, <input/>.
  Just like was done for <img> and <link> already).
* Aliasing $ to jQuery (local reference is cheaper and using
  jQuery as global seems more stable, bootstrap.js does this too).
* Unminified it a bit (nothing extreme, just more consistent
  other code here already).
* Consistently used single quotes in the js code
  (most code used singled quotes already).
* Quoting attribute selectors $('input[name="foo"]').
  Unquoted selectors have been deprecated.
* Ignore .pyc files (so they don't show up in `git status`, and
  aren't accidentally committed with `git add`).
2013-04-23 06:33:06 +02:00
Martin Mahner
d539631da7 More project restructuring to make the project look more like a Django 1.5 project. 2013-03-19 13:54:25 +01:00
Martin Mahner
ee0fc79a3e Renamed pastebin > dpaste.
This is a way simpler project structure, its also backwards compatible. Its a huge cleanup and should make further development and also 3rd party integration much easier.
2013-03-19 13:33:35 +01:00
Martin Mahner
a2e4e83c20 Initial commit after move to linode 2011-05-30 01:03:04 +02:00