Skip to content

A Character Certificate Management System written in Django

License

Notifications You must be signed in to change notification settings

thenishantsapkota/CCMS

Character Certificate Management System

A Character Certificate Management System written in Django Framework that helps in generating and storing of Character Certificates for any educational institution.

Features

  • Dynamic certificate generation
  • Configurable options including Institute Name, Logo, etc.
  • User friendly and easy to use

Installation

Installation of the Project with Poetry

    poetry shell
    poetry install
    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver

Installation without Poetry

    pip install -r requirements.txt
    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver

License

BSD-2-Clause-License

About

A Character Certificate Management System written in Django

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published