Skip to content

Instantly share code, notes, and snippets.

@vdboor
Last active December 17, 2015 10:59
Show Gist options
  • Save vdboor/5598816 to your computer and use it in GitHub Desktop.
Save vdboor/5598816 to your computer and use it in GitHub Desktop.
Starting a django-fluent-project
mkdir my-website.com
cd my-website.com
django-admin.py startproject mywebsite . -e py,rst,example,gitignore --template=https://github.com/edoburu/django-project-template/archive/django-fluent.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment