ketimaBU / sanabil

A platform to organize the work of charity in Algiers City

Home Page:https://www.sanabil.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sanabil

A platform to organize the work of charity in Algiers

Built with

Sanabil was built with:

  • Django- Python-based free and open-source web framework
  • Semantic UI - UI component framework for modern web apps

Installation

Sanabil requires Python version 3+ to run.

Packages

Install the required packages using pip:

pip install -r requirements.txt

Database

For database and super-admin creation:

./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser

And then fill fixtures by running:

./manage.py loaddata */fixtures/*.json

Collecting static files

Excute in terminal:

./manage.py collectstatic --noinput

Running server:

To run server locally run in terminal : ./manage.py runserver

And open in browser: http://127.0.0.1:8000/ to check the plateforme

Get involved!

We are happy to receive bug reports, fixes, or any other enhancements. Please if you find any report bugs via the github issue tracker.

About

A platform to organize the work of charity in Algiers City

https://www.sanabil.org/

License:GNU Affero General Public License v3.0


Languages

Language:Python 49.7%Language:HTML 32.7%Language:CSS 10.2%Language:JavaScript 7.1%Language:Shell 0.3%