/Gallery

A django application of a personal virtual gallery of images that interest me - in the persona of my cat - Katherine Kaka

Primary LanguagePythonMIT LicenseMIT

K's Gallery

A virtual gallery of images that interest me, using django

Getting Started

To get a copy of the project up and running on your local machine for development and testing purposes, clone this repository into a virtual environment and install the package manager, pip. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Use the package manager pip to install all project requirements.

(virtual) $ pip install -r requirements.txt

Installing

To get a development env running, use the .env.example file to create a .env file with appropriate values

Running the tests

Run automated tests for this system

(virtual) $ python3 manage.py test picha

Deployment

With all environment variables changed to suit your local copy of this repository, deploy the application to Heroku to see it live or simply run it locally

(virtual) $ python3 manage.py runserver

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details