Skip to content

Releases: acremonezi/Projeto-Integrador-em-Computacao-II

v0.4.0

20 Jun 01:42
ecda107
Compare
Choose a tag to compare

New Features

Bug Fixes

v0.3.0

02 Jun 02:29
85dec3b
Compare
Choose a tag to compare

New Features

v0.2.0

23 May 14:22
b271102
Compare
Choose a tag to compare

New Features

v0.1.0

19 May 00:56
c901df5
Compare
Choose a tag to compare

This release starts the application development itself.

New Features

  • Accounts: Users Authentication App.
  • Django-allauth: Library Implemented.
  • Django-sendgrid-v5: Library Implemented.
  • SendGrid: Transactional e-Mail SMTP Server setup.

Many Thanks!

  • Fabiano: @2005869 The Developer in charge.

v0.0.4

02 Apr 21:04
Compare
Choose a tag to compare

Bug Fixes

  • Django: installed django-environ to solve issue with dev and production environment, implemented django_project/.env.

v0.0.3

02 Apr 16:37
Compare
Choose a tag to compare

New Features

  • Dokcer: New docker-compose-mysql.yml file to start only MySQL container.

Bug Fixes

  • Django: venv and cache removed by adding .gitignore rules.

v0.0.2

02 Apr 05:48
Compare
Choose a tag to compare

New Features

  • Django: Disable SQLite and enable MySQL Connection.

Bug Fixes

  • Django: Static Files on NGINX
  • Django: CSRF_TRUSTED_ORIGINS error.

v0.0.1

02 Apr 01:29
Compare
Choose a tag to compare

Initial Development Release

  • Django Project Started.
  • DevOps Microservices Docker Containers Setup