Skip to content
Angelo Matias edited this page Sep 10, 2017 · 3 revisions

Writing your first Django app (Part 1)

https://docs.djangoproject.com/en/1.11/intro/tutorial01/

Follow the first part of the tutorial to learn how to create a Django project. Following the rest of the tutorial is optional as there are some parts that might not be needed for the implementation of the project.

Clone this wiki locally