Charitona Documentation 1.0.0

Thank you very much for your purchase!

If you have any questions that are beyond the scope of this documentation, please feel free to email or contact us via our Support mail : Support

Introduction

Our charity Django template is perfect for NGOs and non-profit organizations, featuring 30+ fully responsive pages. It includes a donation cart, two unique campaign pages, news, event blogs, and more to engage your audience.Built with Bootstrap,it ensures device-friendly, cross-browser compatibility for a seamless user experience. The template is designed to boost fundraising efforts, showcase campaigns, and keep supporters updated. With a clean, modern layout and easy customization, it’s ideal for charities looking to make an impactful online presence. Start raising awareness and driving donations with this powerful, user-friendly solution!

Installation

To setup the Charitona theme, follow below-mentioned steps

  • Install Python
    • Make sure Python is installed on your machine. If not already installed, you can download and install Python from the official website.
  • Install Django
    • Make sure to have the Django installed & running in your computer. To install Django run below command
    pip install django==5.0
  • Running the Django Application
      python manage.py runserver
      or
      python manage.py runserver 8001
  • Editing Charitona Template
    • Before all that you have to edit your template and place your own contents by replacing old demo contents, in this case, you will need a code editor such as – VScode, Sublime Text etc.

File Structure

├──  Charitona /
│  ├──  Charitona/
│  │  ├──  __pycache__/
│  │  ├──  __init__.py
│  │  ├──  asgi.py
│  │  ├──  settings.py
│  │  ├──  urls.py
│  │  ├──  wsgi.py
│  ├──  CharitonaApp/
│  │  ├──  __pycache__/
│  │  ├──  static/
│  │  ├──  templates/
│  │  ├──  __init__.py
│  │  ├──  homeViews.py
│  │  ├──  manage.py
│  │  ├──  newsViews.py
│  │  ├──  pagesViews.py
│  │  ├──  campaignsViews.py
│  │  ├──  urls.py
│  ├──  .env/
│  ├──  db.sqlite3/
│  ├──  manage.py/
│  │  ├──  assets/
│  │  │   │   └──  css
│  │  │   │   └──  images
│  │  │   │   └──  js
│  │  │   │   └──  webfonts
├───  Documentation/
      └── index.php - Index file for documentation.

Django Structure

{% extends '../layout/layout.html' %}

{% block content %}

		<section class="main-banner">
			.....	.....	.....	.....	.....
		</section>
		<!-- main-sec end -->

		<section class="block">
			.....	.....	.....	.....	.....
		</section>
		<!-- main-sec end -->

		<section class="block about-section">
			.....	.....	.....	.....	.....
		</section>
		<!-- about-sec end -->

		<section class="block p-0 charity">
			.....	.....	.....	.....	.....
		</section>
		<!-- block-sec end -->

		<section class="block">
			.....	.....	.....	.....	.....
		</section>
		<!-- block-sec end -->

		<section class="block light-bg">
			.....	.....	.....	.....	.....
		</section>
		<!-- block-sec end -->

		<section class="block">
			.....	.....	.....	.....	.....
		</section>
		<!-- block-sec end -->

		<section class="block support-sec">
			.....	.....	.....	.....	.....
		</section>
		<!-- block-sec end -->

		<section class="block v-6">
			.....	.....	.....	.....	.....
		</section>
		<!-- block-sec end -->

		<section class="block">
			.....	.....	.....	.....	.....
		</section>
		<!-- block-sec end -->

{% endblock content %}
                            

CSS

Charitona Built with latest version of CSS3.

File Name Details
css/animate.css animate.CSS
css/bootstrap.min.css bootstrap.CSS
css/slick-theme.css slick-theme.CSS

Javascript

Charitona Built with Javascript

File Name Details
js/popper.js Popper.Js
js/jquery-migrate-1.4.1.min.js Jquery-Migrate-1.4.1.Js
js/slick-animation.min.js Slick-Animation.Js
js/progress-bar.js progress-bar.Js
js/item-counter.js item-counter.Js

Credit & Resources

We have used the following plugins.

Support

Thank you for become a part of us. If you have any query, suggestion and complain. Contact us anytime. If you have any questions that are beyond the scope of this documentation, please feel free to email us via our Support mail : Support

Changelog

1.0.0 - 22 July 2025

General

Initial Released

© 2025 Charitona