Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 582 Bytes

File metadata and controls

18 lines (17 loc) · 582 Bytes

QRcode

  1. Download zip file or clone the repository.
  2. Create a venv inside the project directory:

    virtualenv venv

  3. Start the venv:

    source venv/bin/activate

  4. Install the requirements.txt:

    pip install -r requirements.txt

  5. Create the local database:

    python manage.py makemigrations python manage.py migrate

  6. Create a SuperUser to use the admin panel of Django:

    python manage.py createsuperuser

  7. Run the server:

    python manage.py runserver

  8. Go to this roat and enter the username and password:

    127.0.0.1:8000/admin