Admin Superuser Information
E-mail : [email protected]
Password: 123
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
cd lam_shop
python manage.py makemigrations users
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
- [email protected]
- smith
- davis
- 123
- 123
- y
python manage.py runserver
This is a small demonstration of the project you can learn more about the project after installation.