AliReza7222 / Charity

This project is a Django project to connect charity to benefactor or vice versa.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Charity

This project is a Django project to connect charity to benefactor or vice versa.

After installing the libraries in the requirements, you can run the project with the runserver command in Django commands.

first you must create a database and makemigrations data then first run commands : python manage.py migrate and python manage.py makemigrations

second for manage your site you must create a superuser with command : python manage.py createsuperuser

you must after download this project create a captcha google and wirte RECAPTCHA_PUBLIC_KEY and RECAPTCHA_PRIVATE_KEY in settings.py

for run project you must run command: python manage.py runserver

After the implementation of the project, you must register on the site and then complete your profile with the title you want to be on the site.

If you are on the site as a charity, you can define missions and put them on the site so that charitable people can see and request to do them if they like, and after your request, you can accept or reject. The missions you register can be seen in your profile section in the relevant field, and if a charity requests cooperation, you can accept or reject it from the same section.

If you are on the site as a philanthropist, you can see charity missions and request pending items for cooperation with the charity. The missions you request can be seen in your profile section.

This project consists of three apps:

  • about_us
  • accounts
  • charities

app about_us :

This app includes parts of the template that are home and about us, and north of the footer and header

app accounts:

This app is related to users and the templates related to the user, such as user registration or login or logout or changing the password, are related to the user.

app charities:

This app contains sections related to a benefactor and a charity and their related templates

This project is my first Django project and it is a Django template and I really enjoyed doing it. In fact, it is similar to a real project rather than a real project and it can definitely be better than this.

About

This project is a Django project to connect charity to benefactor or vice versa.


Languages

Language:HTML 39.8%Language:Python 37.6%Language:CSS 22.6%