DEV Community

Bret
Bret

Posted on

DJANGO/ is this the right steps to getting info to show in admin?

1)Urls.py - create path

[templates folder]

2)Views.py - create HTML to render

3)Models.py - create class to use

4)Apps.py - create config in settings

5)Admin.py - import models classes to show.... and they show?

Top comments (0)