Kagiwara / BookSite

0 stars 0 forks source link

UPD: https://vikez.pythonanywhere.com/ - link on site

Tutorial Here is a tutorial on how to build this project.

Quick Start To get this project up and running locally on your computer follow the following steps.

python 3.10

Set up a python virtual environment Run the following commands

$ pip install -r requirements.txt

$ cd GDbook

$ python manage.py migrate

$ python manage.py runserver