Simple shop manager for an online nut shop with django.
http://rexanuts.pythonanywhere.com/
Description | Username | Password |
---|---|---|
Admin account | admin | 123456 |
Customer account located in Tehran | tehran | teh@1234 |
Customer account located in Shiraz | shiraz | shi@1234 |
- Admin panel for controlling inventories, products and orders
- Showing products to customers based on their city
- Tracking order processing and status for customers
Make sure you have python installed.
- Clone the project:
git clone https://github.com/rexa222/NutShop
- Make a virtual enviroment with desired name and active it:
py -m venv venv_name
venv_name\Scripts\activate
- Install requirements:
pip install -r requirements.txt
- Thats it! run the project:
py manage.py runserver
project should be accessible locally at http://127.0.0.1:8000
Project templates are styled using Bootstrap framework.