Skip to content

mohandeep2002/Fashion-Store-Django-Project

Repository files navigation

Fashion-Store-Django-Project

This is a Simple Django project based on the Fashion Designing.

Where the admin want to add the products and Customer wants to see those products in Store.

Designers role is to do the Design requested by the customer.

Steps to Run this project.

  • After downloading and unzipping the project folder
  • Open the project folder in Visual Studio Code or PyCharm.
  • After open the CMD at that folder.
  • Then create a virtual env by using command "python -m venv venv"
  • .\venv\scripts\activate
  • pip install -r requirements.txt
  • python manage.py makemigrations
  • python manage.py migrate
  • python manage.py runserver

To create a super user

  • python manage.py createsuperuser
  • give username
  • mail
  • password
  • confirm password

It will create a super user.

Go to admin module that is

The Admin wants to add the products here

Team Members

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published