superbook/README.md at chapter06 · DjangoPatternsBook/superbook · GitHub
Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 276 Bytes

File metadata and controls

6 lines (5 loc) · 276 Bytes

Chapter 6: Admin Interface

  • Most of the code in this chapter is in this app:
    • src/chapter06
  • Visit http://localhost:8000/secretarea/ to enter the admin interface for this chapter
  • The ModelAdmin with all meta information is implemented in src/chapter06/admin.py