What is the structure of Django project?

admin.py is where you register your app’s models with the Django admin application. apps.py is a configuration file common to all Django apps. models.py is the module containing the models for your app basically ORM modelling. tests.py contains test procedures which run when testing your app.

Sizin İçin Seçtik  Which website is best for Django?

Leave a Reply

Your email address will not be published. Required fields are marked *