https://github.com/zero1max/zeromax-furniture
https://github.com/zero1max/zeromax-furniture
django drf python sqlite3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zero1max/zeromax-furniture
- Owner: zero1max
- Created: 2024-07-05T12:46:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T15:49:18.000Z (over 1 year ago)
- Last Synced: 2025-11-27T20:16:02.336Z (6 months ago)
- Topics: django, drf, python, sqlite3
- Language: Python
- Homepage:
- Size: 5.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zeromax-Furniture
First
Create virtual environment:
python -m venv venv
Second
Activate virtual environment:
venv\Scripts\activate
Third
Install requirements.txt:
pip install -r requirements.txt
Fourth
Enter barber folder:
cd barber
Fifth
Makemigrations:
python manage.py makemigrations
Sixth
Migrate database:
python manage.py migrate
Seventh
Create superuser:
python manage.py createsuperuser
Eighth
Run development server:
python manage.py runserver
Now you can access the website on http://127.0.0.1:8000/