Skip to content

kalru/FF-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FF-Assignment

Setup

  1. Only one command is needed from root: docker compose up --build

  2. If you don't have docker installed you can do the following:

    • pip install -r .\requirements.txt
    • python main/manage.py makemigrations
    • python main/manage.py migrate
    • python main/manage.py runscript setup_demo
    • python main/manage.py runserver

With docker a superuser admin:admin is created automatically, you need to add this manually as well if you need it with the second installation method.

  1. Visit the site at: http://127.0.0.1:8000/

Submitted by Kalvyn Roux

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published