Last active
December 30, 2015 10:29
-
-
Save vovanbo/7816561 to your computer and use it in GitHub Desktop.
Dash.app snippet for starting django project using template with context.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
django-startproject.py __project-name__ --extension="py,rst,conf,wsgi" --template=https://github.com/tangentlabs/tangent-django-boilerplate/zipball/master --extra_context='{"client":"__client__", "project_code":"__project-code__", "domain":"__domain__", "timezone":"__timezone__"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Used template:
https://github.com/tangentlabs/tangent-django-boilerplate
Start project helper:
https://github.com/alfredo/django-startproject-plus
Using:
Where
dash-snippet-name#
is name of snippet in your Dash.app.