Adopted from Getting started with Django
- Requests and responses
- Models and the admin site
- Views and templates
- Forms and generic views
- Testing
- Static files
- Customizing the admin site
- Python 3+
- Pipenv
- Django
- Installation of python:
- apt-get install python3 python3-pip
- Install virtual env pip:
- pip install pipenv
- Clone this project:
- Change directory to project:
- cd django-app-mysite
- Create virtual Environment:
- pipenv install --three
- pipenv shell
- Change directory to same as manage.py:
- cd mysite
- Now runserver. That's all.
- python manage.py runserver
- admin user: admin
- password: password