Venhoff-cpu / Django_good_hands

Web application for charity donations (pl)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django_good_hands

Django web apllication (PL): The aim of the project was to create a place where everyone will be able to give unnecessary things to trusted institutions. Live version: https://powerful-river-82273.herokuapp.com

Requirements

To install all nesccesery iteams use following command line in terminal while your virtual enviroment for this project is active:

$ pip install -r requirements.txt

Configuration

Project uses django-environ. For configuration purposes, remove the sample tip from the .env.sample file and complete the file with your data.

DEBUG=True
ALLOWED_HOSTS=127.0.0.1
SECRET_KEY=<your-secret-key>
DATABASE_URL=<your-database-url>
EMAIL_HOST_USER=<your@email.host>
EMAIL_HOST_PASSWORD=<your-email-hots-pasw>

The project uses the Postgresql database system.

About

Web application for charity donations (pl)


Languages

Language:Python 36.7%Language:HTML 31.4%Language:JavaScript 17.1%Language:SCSS 14.8%