Skip to content

DeepaliRathi/certificate-generator-server

 
 

Repository files navigation

Certificate Generator Server

Codacy Badge

An automatic certificate generator for events according to multiple input files like csv, xlsx, numbers and shoot emails with generated certificates.

Setting up environment

  • Install virtual environment
pip install virtualenv
  • Create a virtual environment named env using the following command
virtualenv env -p python3
  • To activate the virtual environment in Windows, run:
env\Scripts\activate.bat
  • To activate the virtual environment in Linux or MacOS, run:
source env/bin/activate
  • Run the following command to install the dependencies
pip install -r requirements.txt
  • Create .env file with
    • SECRET_KEY
    • DEBUG
    • ALLOWED_HOSTS (separated by comma)

Check Example .env file

Running

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

To stop the server, press Ctrl + C and deactivate the virtual environment using deactivate command.

About

An automatic certificate generator for events

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%