GitHub - tegarty/E-Commerce_django: E-commerce website with user registration, login, logout, change password, reset password, delete account, send activation code when register, order products, add review to products, calculate avg to every product, send message to website adminstration · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# change database connection information in settings.py DATABASES default values with your info then run 1.pythonmanage.pymigrate2.pythonmanage.pyrunserver# if you want to manage to project just create super user account by :3.pythonmanage.pycreatesuperuser
That's it.
Done :
Now the project is running at http://localhost:8000 and your routes is:
E-commerce website with user registration, login, logout, change password, reset password, delete account, send activation code when register, order products, add review to products, calculate avg to every product, send message to website adminstration