Skip to content

IllusionOfControl/candle

Repository files navigation

candle

Сourse project

An educational project that allows you to catalog books by author, book series, publisher and tags. Allows you to search.

Local run

pip install -r requirements.txt
python ./manage.py collectstatic
python ./manage.py migrate
python ./manage.py runserver

Docker run

docker build -t candle .
docker run -e DEBUG=False -p 8000:8000 -v $(pwd)/storage:/app/storage candle

About

Course project (OOP) [Python; Django]

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages