Stozkle is stock management systems using Django and Bootstrap
this project is for borrow something from stock
if you want to change it to shopping website
you can change "Borrow" in file equip and equip.html to "Buy"
-
python manage.py migrate
-
create superuser (python manage.py createsuperuser)
-
Run Server (python manage.py runserver)
-
"127.0.0.0:8000/admin" and login by superuser
-
in Mystock go to member (http://127.0.0.1:8000/admin/myStock/member/)
-
create user Nick name = "Store"
-
when you want to add product to store please add product to user "Store"