Django comes with an admin interface which lets you easily add content to your Django powered website. In this post I will give you an easy example on how to plug your models into the admin interface. I asume that you already have setup a new Django project.
1. First add ‘django.contrib.admin’ to the installed apps [...]

Tags: , , , , , , , , ,