Django deployment automates the creation of the wsgi and webserver files using DJANGO project settings as guidelines
Stars
1
Forks
1
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
2
commits
--use-previous will now blend the previous command line with this one
9872825View on GitHub*.* does not match files without an extension, new version
9ae895dView on GitHubFixed to install the templates as well as the python code
53d6e60View on GitHubAdded a --use-previous argument so you can use the previous args without rekeying them
8ea0cb6View on GitHubAdded models to store the history of the command line arguments, added tests for the templatetags, changed the templates a bit so they don't render so poorly, create_deployment_files without any arguments reuses the previous arguments for this DJANGO_SETTINGS_MODULE
b7ed76bView on GitHubSorted the output, removed duplication if you add a variable that is already going to be printed
df9c41cView on GitHubAdded ssl support and blocking to the default_wsgi.py file so I can augment it on a per setup basis. Already using the {% block extra-environ %} in the cloudbox for lic on ssd
0a1ece5View on GitHubMerged with minor changes from my repo, mostly help for the options
dbcb394View on GitHubAdded output-dir to create_deployment_files, used ALLOWED_HOSTS unless someone specified a servername, renamed the default templates to be default_* so they can be easily augmented/adapted for use in the contain project.
51ef787View on GitHub