Skip to content

ujjawal30/online-electronic-store-django-postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Electronic Store with Python and Django

  1. Clone This Project git clone https://github.com/ujjawal30/online-electronic-store-django-postgresql.git
  2. Install Requirements Package pip install -r requirements.txt
  3. Navigate to Project Directory cd online-electronic-store-django-postgresql
  4. Enter your credentials of PostgreSQL database in settings.py OR change the default database with whatever you want.
  5. Migrate Data into Database python manage.py migrate
  6. Create SuperUser python manage.py createsuperuser
  7. Finally Run The Project python manage.py runserver