requirements.txt 259 B

12345678
  1. coderedcms
  2. # django_sendmail_backend enables sending email from your web host server.
  3. # Remove this if using a different email backend.
  4. django_sendmail_backend
  5. # To use with a MySQL database (offered by most web hosts), uncomment the following.
  6. #mysqlclient