Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 458 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 458 Bytes

Simple-Ecommerce

A Basic Ecommerce Web Application built on Django Framework with the help of SQLite Database.

{{ Developed By Shashwat Singh }}

// Instructions //

Install the Requirements: pip install -r requirements.txt.

Then, make database migrations: python manage.py makemigrations

python manage.py migrate

Finally, run the application: python manage.py runserver

For Admin Account, please create one with superuser.