2
0

requirements.txt 303 B

12345678910
  1. coderedcms==0.23.*
  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 MariaDB or MySQL, uncomment the line below:
  6. #mysqlclient
  7. # To use with PostgreSQL, uncomment the line below:
  8. #psycopg2