8000 GitHub - bulbosaur/Bookshop: Just a bookshop
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bulbosaur/Bookshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookshop | English | Русский

Installation and Launch

  1. Clone the repository:
git clone https://github.com/username/bookshop.git
cd bookshop
  1. Create and activate virtual environment:
python -m venv venv
source venv/bin/activate  # for Linux/Mac
venv\Scripts\activate    # for Windows
  1. Install dependencies:
pip install -r requirements/dev.txt   # install development dependencies
pip install -r requirements/prod.txt  # install production dependencies
  1. Create .env file:
DEBUG=true
SECRET_KEY="your_key_12345"
  1. Apply migrations:
python manage.py migrate
  1. Create superuser:
python manage.py createsuperuser
  1. Run the server:
python manage.py runserver

About

Just a bookshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0