Coder Social home page Coder Social logo

juliamwangi123 / django_photo_gallery Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 49.51 MB

This a gallery app made using Django that groups images of the same category together and also those taken in the same location

Home Page: https://julespexels.herokuapp.com/

License: MIT License

Python 93.38% PowerShell 0.11% Shell 0.05% CSS 2.15% JavaScript 2.71% HTML 1.60% Procfile 0.01%
django javascript

django_photo_gallery's Introduction

django_photo_gallery

Description

It is a Django app to show and manage images grouped in galleries(inspired by pintrest). Perfect option for people who just need a simple portfolio page and only want to focus on their work (artists, photographers, designers, painters).

Features

  1. Python: programming language.
  2. Django: web framework.
  3. Bootstrap: front-end framework.
  4. Javascript -programming language

screenshot

pin.png pin.png

Directory tree

  • django-photo_gallery
  • gallery- base application folder.
  • settings.py - the configuration file.
  • static- where the pictures you upload and their miniatures are stored.

Installation

  1. Clone this Github repository:
    git clone https://github.com/kmollee/gallery.git
     
    cd Django_photo_gallery

  1. Install the pre-requisites:
      pip install -r requirements.txt
  1. Copy the settings template to create your local settings:
    cp gallery/settings_local.template gallery/settings_local.py
  1. Edit the local settings file with your settings:
     vi gallery/settings_local.py
  1. Create the database and admin user:
    python manage.py syncdb
  1. Collect static files:
   python manage.py collectstatic
  1. Configure your web server to serve static files from the directory specified in the local settings file. See the following Django documentation

  2. Launch the application using the built-in runserver, or deploy using gunicorn, which is the application server of choice:

web: gunicorn gallery.wsgi --log-file -

Known Bugs

If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

Author

~ julia Mwangi

Licence

Click this link to view licence information.

Contact Information

[email protected]

django_photo_gallery's People

Contributors

juliamwangi123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.