This 2nd article in our Django Tutorial shows ways to create a “skeleton” website project as being a foundation, which you are able to then carry on to populate with site-specific settings, paths, models, views, and templates.
Prerequisites: | set a Django development environment up. Review the Django Tutorial. |
---|---|
Objective: | to help you to make use of Django’s tools to begin your personal brand new site projects. |
This informative article shows ways 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 subsequent articles).
The method is easy:
- Utilize the django-admin tool to produce the task folder, fundamental file templates, and project management script ( manage.py ).
- Use manage.py to generate a number of applications .
Note: a site may comprise of just one or maybe more sections, e.g. primary web site, weblog, wiki, downloads area, etc. Continue reading “Django Tutorial role 2: producing a skeleton internet site”