Skip to content

Development of the PrimePixStudio photography website.

License

Notifications You must be signed in to change notification settings

fluix-dev/pps-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prime Pix Studio

Prime Pix Studio is a photography and videography company focused on events related to dance. This repository contains the code for its website, made with the Django framework and the nanogallery2 image gallery. It is licensed under the AGPL V3 license.

Installation

Create a modified settings file, likely as pps/local_settings.py which copies all of the existing settings with from settings import * and sets STRIPE_SECRET_KEY and STRIPE_PUBLISHABLE_KEY for payments. For a simple development setup, do the following:

$ pip install -r requirements.txt
$ python manage.py migrate --settings=pps.local_settings
$ python manage.py runserver --settings=pps.local_settings`

For production deployment, see the Deploying Django documentation.

License

AGPLv3, see LICENSE.

Copyright (C) 2020-2021 Prime Pix Studio

About

Development of the PrimePixStudio photography website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published