Skip to content

The clothing store was built using the Django framework on Python language.

Notifications You must be signed in to change notification settings

MycroftBrooks/Clothing_Store_Django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clothing Store with Django

The clothing store was built using the Django framework on Python language. To start, you need to enter SECRET_KEY any values in settings.py.

Dependencies

Inside the virtual environment you will need to type in terminal this pip install -r requirements.txt

Build service from Docker image

Requirements:

  • Docker

Run container and django:

Run this command in terminal in root derictory

  • docker-compose up -d --build

Cd to the directory where the manage.py file is located and run the command:

  • py manage.py runserver

App running on http://127.0.0.1:8000/

About

The clothing store was built using the Django framework on Python language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages