Skip to content

dodosiz/photo_gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photo_gallery

A simple Django photo gallery app


how to run the app

  1. Unzip the file to a directory, let's call it /directory/

  2. Open a console or a command line and type:

  • cd /directory/photo_gallery-master (change directory into the project's root)

  • $ python manage.py migrate (create your sqlite database schema)

  • $ python manage.py createsuperuser (create a user for the admin site)

  • $ python manage.py runserver 8090 (run the server on localhost:8090)

  1. Visit http:\localhost:8090\gallery to view the gallery

  2. Visit http:\localhost:8090\admin to add photos


video explanation for those who like to see how it's working

Django photogallery app

About

A simple Django photo gallery app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published