Skip to content

Instantly share code, notes, and snippets.

@vitorh45
Last active June 24, 2019 02:13
Show Gist options
  • Save vitorh45/9e6c1680b0b9447424cf124a16bb1d42 to your computer and use it in GitHub Desktop.
Save vitorh45/9e6c1680b0b9447424cf124a16bb1d42 to your computer and use it in GitHub Desktop.
>>> django-admin startproject projecttest .
>>> tree .
├── manage.py
└── projecttest
├── __init__.py
├── __pycache__
├── settings.py
├── urls.py
└── wsgi.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment