First Django project
Handmade is :
- a blog about DIY
- an e-commerce website where you can sell and buy products. Products can be sold with an immediate price, or via a bid system (similar to Ebay)
See the website online: http://mathwall.pythonanywhere.com/
Start the project (local):
- source myvirtualenv/bin/activate
- python manage.py runserver