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/
-
Notifications
You must be signed in to change notification settings - Fork 0
sergiyKunnik/DjangoShop
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published