Skip to content

Instantly share code, notes, and snippets.

@yavuz-bektas
Last active April 15, 2020 10:23
Show Gist options
  • Save yavuz-bektas/4e5183e24ace925fe12013afb8c350e4 to your computer and use it in GitHub Desktop.
Save yavuz-bektas/4e5183e24ace925fe12013afb8c350e4 to your computer and use it in GitHub Desktop.
django start project
>> cd
>> cd Desktop
>> django-admin startproject blog
## Start the project
>> python manage.py runserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment