Skip to content

goutham2027/bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Create a virtualenv

virtualenv venv
source venv/bin/activate

Install pip packages

pip install -r requirements.txt

Run Django migrations

python manage.py migrate

Run celery and celery beat


Make sure redis is running

Run Django server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published