Peter Pfeufer
a6b340c179
update code to reflect the new minimum python version 3.7
...
- update string format method
- remove redundant default arguments from function calls
- remove unused imports
- remove unicode identifier from strings, it's default in py3 (see: https://stackoverflow.com/a/4182635/12201331 )
2021-10-18 11:59:05 +02:00
Adarnof
1fe9d18a1a
Include confusable_homoglyphs data files.
...
django-registration currently requires confusable_homoglyphs~=2.0 which has problems retrieving these data files. Version 2.3.1 is expected to update the dependency to 3.0 which includes these with the package.
2017-12-15 12:43:31 -05:00
Adarnof
fcd8554ea7
Define additional arguments for startproject
...
Allows project creation with Django 2.0
2017-12-14 00:24:22 -05:00
Adarnof
859c5b3fa1
Determine paths to commands using shutil
...
Change context names to avoid colliding with base command pythonpath option
2017-10-24 12:48:23 -04:00
Adarnof
3f33485ca9
Template supervisor conf.
...
Update docs to reflect simple installation.
Ensure allianceauth celery workers can find config file for development (doesn't work as celeryapp.py).
2017-10-10 00:29:57 -04:00
Adarnof
03447abf5c
Update base settings with command.
2017-10-05 01:23:33 -04:00
Adarnof
c22d3a9967
Command line utility to create project.
...
Shamelessly stolen from wagtail.
2017-10-05 00:52:55 -04:00