Skip to content

suhanigarg2007/Storefront---Django-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storefront - Django Project

This is a Django project built while following Mosh Hamedani's tutorial.
It covers core Django concepts like apps, models, views, and migrations.


Getting Started

  1. Clone the repository
    git clone
    cd Storefront---Django-Project

  2. Create a virtual environment
    python -m venv venv
    venv\Scripts\activate # Windows
    source venv/bin/activate # Mac/Linux

  3. Install dependencies
    pip install django

  4. Run migrations
    python manage.py migrate

  5. Start the development server
    python manage.py runserver


Acknowledgments

Built by following Mosh Hamedani's Django tutorial.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages