bilgeswe / SWE573

1 stars 0 forks source link

Initial Setups and Database #9

Open bilgeswe opened 5 days ago

bilgeswe commented 5 days ago
  1. Create the project in a development branch and continue from that setup, for best practice.

  2. Set virtual environments for Docker and PostgreSQL

  3. Create a database on PostgreSQL and configure Django to connect to it.

bilgeswe commented 5 days ago

Added tags and assigned person.

bilgeswe commented 5 days ago

Section 1 of this issue is complete, the further changes will be implemented into development branch and not the main one. Using branching for best practice.

bilgeswe commented 4 days ago

Additionally, added .gitignore to my project

bilgeswe commented 4 days ago

Section 2. PostgreSQL is downloaded to local and the needed setup is complete.