-
Install Python3
-
Install PostgreSQL
-
Create Database called
sipnsavor
-
Create user with
username
andpassword
as mentioned in the.env
file -
Setup a virtual environment:
python3 -m venv env
-
Activate the virtual environment:
source env/bin/activate
-
Install all packages:
pip install -r requirements.txt
-
Make Migrations:
python3 manage.py makemigrations
-
Run Migrations:
python3 manage.py migrate
-
Create superuser:
python3 manage.py createsuperuser
-
Load Data:
python3 manage.py loaddata fixtures/ingredients.json
python3 manage.py loaddata fixtures/tags.json
-
Run Server:
python3 manage.py runserver
-
Notifications
You must be signed in to change notification settings - Fork 1
arushgupta/sipnsavor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Search for Drink Recipes!
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published