Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 526 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 526 Bytes

Photo-sharing-app

A Django web base app that allows you to share images with brief information etc..

=====================

Instructions

  1. Clone the repository

  2. Create your own virtual environment(Optional). python3 -m venv venv source venv/bin/activate

  3. Install your requirements. pip install -r requirements.txt

  4. Make your migrations. $ python manage.py makemigrations $ python manage.py migrate

  5. Create a new superuser. python manage.py createsuperuser

  6. Run project. python manage.py runserver