Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 720 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 720 Bytes

djinsta logo

Django Instagram

An Instagram clone built with Django

Design

Install

  • Clone this repo
  • Activate your virtualenv
  • Navigate to this project's directory in your computer
  • Install requirements
    • $ pip install -r requirements.txt
  • Update your database
    • $ python manage.py migrate
  • You're all set!
    • $ python manage.py runserver

Licensing

This software is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.