DEV Community

Bret
Bret

Posted on

Creating a Django Project... steps? Is this right?

1)create a App, (setup)
2)register it in Setting,(setup)
3) create a Module (APP)
4) add to Admin (APP)
5) create a “VIEW”(APP)
6) create apps.py to define for config? (APP)

Between the needed “setup” is there basically 3-4 steps for adding a App/Object to your site?

I’m getting the hang of it now,
Is that right?

I made another class Test(): and it was really only 2 steps to have it show.

Is that right?

Top comments (0)