Skip to content

emeralddd123/ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visit the website at emerald.pythonanywhere.com

image image image image image image image image image

An Ecommerce Site that enables the user, staff and Admin to login

To start the application, do the following

Install the requirements libraries

~"pip install -r requirements.txt" 

Run the application by typing

~"python manage.py runserver "

To create an admin user, type the following in to your shell

~"python manage.py createsuperuser"

To create a staff user, just let them sign up like a regular user and the admin should enter the admin panel to grant desired permissions to her

To login to the admin panel, goto

~"http://localhost:8000/admin/"      
 can only be assesed by the admin user and staff user