BCS Create Django Admin
To create and administration site for you models you must first establish a super user by issuing the following command in the project directory. [codesyntax lang=”bash”] python3 manage.py createsuperuser [/codesyntax] The results of issuing the command is as follows. Superuser created successfully is the desired result. Modify the admin.py in your application directory to reflect […]