Simple Django Collection of things (blog, products, etc) project
Author(s): Robert Neal
Description: Simple Django Collection of things (blog, products, etc) project
Project Status : In Development
Static files Link - https://robneal.github.io/hellowebapp
Digital Ocean VPS Link -
run pip install -r requirements.txt
or from directory myhellowebapp $
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip install Django==1.9.6
- pip install django-registration-redux==1.3
- python manage.py migrate
- python manage.py runserver
For more help checkout this doc : https://hellowebapp.com/setup/