Skip to content

aymogo/E-commerce-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce-shop

How to run

Starting: Run the server & SQLite

The fastest way to run the bot is to run it in polling mode using SQLite database without all Celery workers for background jobs. This should be enough for quickstart:

git clone https://github.com/aymogo/E-commerce-shop
cd E-commerce-shop/myshop

Create virtual environment (optional)

python3 -m venv venv
source venv/bin/activate

Install all requirements:

pip install -r requirements.txt

Run migrations to setup SQLite database:

python manage.py migrate

Create superuser to get access to admin panel:

python manage.py createsuperuser

Write commant to run the server:

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published