Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 618 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 618 Bytes

Django - Photosgram

Photo application created in the basic Django course, with a style similar to instagram (old version).

Preview

Features

  • ORM Django
  • Users management
  • Administration dashboard
  • Middlewares and Forms
  • Class-based views
  • Authentication and registration

Running the app

Clone/download the project and run pip install -r requirements.txt to build the dependencies the project needs.

Development

Run python3 manage.py runserver for a dev server. Navigate to http://localhost:8000/

License

Released under the MIT licensed