Skip to content

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

Notifications You must be signed in to change notification settings

DavidBarcenas/django-photosgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks