AleksandrAtr / darianna-creative

DaRianna Creative is a fictional website created for educational purposes as part of the Code Institute 4_P course's Milestone Project 4.
0 stars 1 forks source link

Initiate project #21

Open AleksandrAtr opened 5 months ago

AleksandrAtr commented 5 months ago

Set project development

AleksandrAtr commented 5 months ago

User story reference #20

AleksandrAtr commented 5 months ago

Project Folder created on GitHub: Successfully established a dedicated repository on GitHub to store project files, facilitating version control and collaboration.

AleksandrAtr commented 5 months ago

VS Code IDE Environment set up: Installed and configured Visual Studio Code environment, ensuring a streamlined development experience with necessary extensions and settings.

AleksandrAtr commented 5 months ago

Initialized a new Django project and confirmed successful project creation by accessing the Django project's default landing page through a web browser, ensuring the initial setup is functioning as expected.

AleksandrAtr commented 5 months ago

Gitignore file set: Defined a Gitignore file to exclude irrelevant files and directories from version control, ensuring a clean repository and efficient collaboration.

AleksandrAtr commented 5 months ago

Environmental Variables configured: Implemented environmental variables to securely manage sensitive information such as database credentials or API keys, enhancing application security and flexibility.

AleksandrAtr commented 5 months ago

Django Settings updated to use Environmental Variables: Integrated environmental variables into Django settings, enabling the application to access sensitive configuration data securely and flexibly across different environments.

AleksandrAtr commented 5 months ago

Task completed