https://github.com/zero1max/azzembarber-site
AzzemBarber site is hosted in this project.
https://github.com/zero1max/azzembarber-site
django drf postgresql python sqlite3
Last synced: 3 months ago
JSON representation
AzzemBarber site is hosted in this project.
- Host: GitHub
- URL: https://github.com/zero1max/azzembarber-site
- Owner: zero1max
- License: mit
- Created: 2024-10-23T17:12:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T15:00:15.000Z (over 1 year ago)
- Last Synced: 2025-11-29T12:14:57.116Z (7 months ago)
- Topics: django, drf, postgresql, python, sqlite3
- Language: HTML
- Homepage:
- Size: 2.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AzzemBarber-Site
AzzemBarber site is hosted in this project.
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/