RendOlives is a complex online e-commerce website for selling olives and etc built with Django. it supports adding diffrent products and selling them. you could analyse your income with admin panel. and it is connected to sms API and ZARINPAL payment method
Location : ( rendOlives/settings.py ~ line 33)
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = ''
Location : (rendOlives/settings.py ~ line 66 ~ 68)
'ZARINPAL': {
'MERCHANT_CODE': '',
},
},
install requires modules
user@host:~$ pip3 install -r requirements.txt
run development server
user@host:~$ python3 manage.py runserver
Feel free to give your opinion and show my issues for my improvement