Search code snippets, questions, articles...

Create a Django Project

django-admin startproject {djangoprojectname}
Output
Creates the Django project base.

No Django apps exist. You need to add that in.

Also note that {djangoprojectname} must be lowercase and no spaces

Search Index Data (The code snippet can also be found with below search text)

Django
Start
Project
Commandline
Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet