Skip to content

sergiyKunnik/DjangoShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DjangoShop

1 git clone https://github.com/sergiyKunnik/DjangoShop.git
2 cd DjangoShop/
3 sudo apt-get install python3-pip
4 sudo pip3 install virtualenv
5 virtualenv -p /usr/bin/python3.6 venv
6 source venv/bin/activate
7 pip install Django==2.0.7
8 pip install django-crispy-forms
9 pip install transliterate
10 pip install Pillow
11 python manage.py createsuperuser
12 python manage.py runserver
13 and go to http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published