A Character Certificate Management System written in Django Framework that helps in generating and storing of Character Certificates for any educational institution.
- Dynamic certificate generation
- Configurable options including Institute Name, Logo, etc.
- User friendly and easy to use
poetry shell
poetry install
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver