Skip to content

Instantly share code, notes, and snippets.

@atsuya046
Last active December 20, 2015 14:39
Show Gist options
  • Save atsuya046/6148536 to your computer and use it in GitHub Desktop.
Save atsuya046/6148536 to your computer and use it in GitHub Desktop.
How to create Django project.
$ django-admin.py startproject django_test
$ cd django_test/
$ python manage.py runserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment