Skip to content

beloofficial/Django_shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django_shop

Интернет-магазин, сделанный через Django(full shop)

Requirements:
pip install Django==2.2.8
pip install django-widget-tweaks==1.4.5


Migrate:
python3 manage.py makemigrations
python3 manage.py migrate

Create Admin:
python3 manage.py createsuperuser

Run server:
python3 manage.py runserver

SHOP -> http://127.0.0.1:8000/

SHOP ADMIN -> http://127.0.0.1:8000/admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published