Skip to content

tonebook32003/Django_AntiAppleWatchForever

Repository files navigation

Django E-commerce Website selling Luxury Watch.

Cloning the repository

--> Clone the repository using the command below :

git clone https://github.com/tonebook32003/Django_AntiAppleWatchForever

--> Move into the directory where we have the project files :

cd django-ecommerce

--> Create a virtual environment :

# Create our virtual environment
python -m venv venv

--> Activate the virtual environment :

windows

venv\scripts\activate

linux

source venv/bin/activate

--> Install the requirements :

pip install -r requirements.txt

--> Migrate Database

python manage.py migrate

--> Create Super User

python manage.py createsuperuser

Running the App

--> To run the App, we use :

python manage.py runserver

⚠ Then, the development server will be started at http://127.0.0.1:8000/

Documentation

You can check up django documentation page for any further information. Django Docs

About

Build a Website that selling Luxury Watch with Django Framwork

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published