Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 992 Bytes

GETTING_STARTED.md

File metadata and controls

35 lines (26 loc) · 992 Bytes

Getting Started

Once you have deployed the development server, you can follow these steps to get started.

Creating Django Administrator Account

  • Shutdown the server (if started).

  • Create an admin account using the following command:

python manage.py createsuperuser
  • Follow the steps on the command line to create a superuser account: image

Starting the development server

  • Start the server using command:
python manage.py runserver

Viewing the Admin Page

  • Whilst the server is running, in a web browser navigate to:
127.0.0.1:8000/admin/

image

Viewing the Home Page

  • Whilst the server is running, in a web browser naviage to:
127.0.0.1:8000/admin/