Part 1 - Example of a Django project


During this bundle of posts we will learn how to turn a Django project into an installable Windows program.



Create a Django project named mysite

django-admin startproject mysite



If you prefer to go with an already created simple project:

git clone https://github.com/38130/mysite

 


Django
Windows