- create venv with Python 3.10
- install requirements:
pip install requirements.txt - run database locally:
docker-compose up -d db - apply migrations:
python app/manage.py migrate - run server:
python app/manage.py runserver - create super user:
python app/manage.py createsuperuser - go http://127.0.0.1:8000/admin
-
Notifications
You must be signed in to change notification settings - Fork 1
amIworking/buyme
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published