This 2nd article in our Django Tutorial shows ways to develop a “skeleton” website project as a foundation, which you yourself can then carry on to populate with site-specific settings, paths, models, views, and templates.
Prerequisites: | put up a Django development environment. Review the Django Tutorial. |
---|---|
Objective: | to help you to make use of Django’s tools to start out your personal brand brand new site projects. |
This short article shows tips on how to produce a “skeleton” internet site, which you are able to then populate with site-specific settings, paths, models, views, and templates (we discuss these in later articles).
The method is straightforward:
- Utilize the django-admin tool to generate the task folder, basic file templates, and task management script ( manage.py ). Continue reading “Django Tutorial role 2: producing a skeleton site”