Photo application created in the basic Django course, with a style similar to instagram (old version).
- ORM Django
- Users management
- Administration dashboard
- Middlewares and Forms
- Class-based views
- Authentication and registration
Clone/download the project and run pip install -r requirements.txt
to build the dependencies the project needs.
Run python3 manage.py runserver
for a dev server. Navigate to http://localhost:8000/
Released under the MIT licensed