Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages