http://qgu356nwwy7dweo276qk6rkts4pgpgm3vjjmedsifunu5yope52vdbid.onion/index.php/Django_for_Beginners_3
Articles app [ edit ] To start create an "articles" app and define our database models, there are no hard and fast rules around what to name your apps except that you can’t use the name of a built-in app. If you look at the "INSTALLED_APPS" section of "settings.py" you can see which app names are off-limits: admin, auth, contenttypes, sessions, messages, and staticfiles.