Skip to content

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

Notifications You must be signed in to change notification settings

Raymond-ap/proshare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published