Visit the website at emerald.pythonanywhere.com
An Ecommerce Site that enables the user, staff and Admin to login
To start the application, do the following
~"pip install -r requirements.txt"
~"python manage.py runserver "
~"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
~"http://localhost:8000/admin/"
can only be assesed by the admin user and staff user