Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork55
imanaspaul/Django-eCommerce-tutorial-manascode
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Django e-commerce tutorial for beginners.
Follow the tutorials to learn more.
- Clone the repository:
git clone https://github.com/imanaspaul/Django-eCommerce-tutorial-manascode.git
- Create virtual enviroment:
virtualenv envsource env/bin/activate# for Linux.\env_name\Scripts\activate# for Windows
- Install all the dependencies:
pip install -r requirements.txt
- Change directory to
ecommerce:
cd ecommerce- Run migrations:
py manage.py migrate
- Run the server:
py manage.py runserver
About
Django eCommerce tutorial for beginners
Topics
Resources
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.