Skip to content

Instantly share code, notes, and snippets.

@vishwajeetio
Last active January 2, 2021 13:27
Show Gist options
  • Select an option

  • Save vishwajeetio/e449b6ba6af1f44435f08615a66d2eda to your computer and use it in GitHub Desktop.

Select an option

Save vishwajeetio/e449b6ba6af1f44435f08615a66d2eda to your computer and use it in GitHub Desktop.
start a django project
django-admin startproject 'project-name'
run server
python manage.py runserver
start app:
python manage.py startapp polls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment