Common Django Commands

Create Super User

If you delete your database, you won't be able to login back. Just recreate your superuser

Migrations

To convert your models to Database Tables, you need to create and apply migrations.

This will create the required migrations

This will apply the created migrations

Running the Server

You can run the server using:

Thank the author. Fork this blog.


Tagged in django