Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

For your information, this documentation is re-created based on https://docs.djangoproject.com/en/2.1/intro/ for my reference.

In this section, you will learn about the concept of app, the power of admin, and etc.

Let us create a Python application for "online poll" based on Django. The first thing you should do is changing your working directory to your project.

...