laminsaidy / awesome_recipes

0 stars 1 forks source link

Create Django Admin #8

Open laminsaidy opened 3 months ago

yellow-grape commented 2 months ago

in the admin file of your app import your model with from . Import yourmodel Than admin.site.register(yourmodel) than save and run python manage.py Createsuperuser and make a super user Than just run server and go to your site and go to the /admin for example 127.0.0.1/admin