1👍
You should create ModelAdmin classes to customize the django admin site.
See this page in the django book for details:
0👍
Have you set up the tables in the DB yet? As per http://docs.djangoproject.com/en/1.2/intro/tutorial01/?
👤Raz
- [Answered ]-Django ManyToManyField delete across models
- [Answered ]-Multiplechoicefield – how to update the list of choices on each page load
0👍
1) ModelAdmin, you can customize the Forms for CRUD operations with this.
2) Overload your Admin Templates
3) Admin Tools and Grappelli provide great options to extend and customize the Django Admin
sorry, i can’t post links but google can help easily with 1) and 2) searchs.
- [Answered ]-Get timezone aware datetime
- [Answered ]-Django run code once on every successful login
- [Answered ]-Delete image on cloudinary using django
- [Answered ]-Django template tag, python timezone aware dates different results
Source:stackexchange.com