How to create an admin user in Django (superuser)
A quick intro on how to create a super user in Django to be able to access the admin site on a fresh project. In our previous post we created…
A quick intro on how to create a super user in Django to be able to access the admin site on a fresh project. In our previous post we created…
How to get a Django web app up and running. Step 1 Confirm you have python installed: python --version If you have python installed, the above command will return the…