- cd Desktop/DjangoPractice/firstdjango
- python manage.py startapp firstapp
- Files inside firstapp folder are below
- models.py -- DB interaction
- admin.py -- admin interface
- views.py -- App's logic and URL request / response
- tests.py -- Automated tests
- migrations folder -- auto generated. Migration files about DB tables changes for the app
If you enjoyed this post, make sure you subscribe to my RSS feed! Comments are encouraged
No comments:
Write comments