Updated README.txt and created requirements.txt

parent 3f18af9f
...@@ -7,7 +7,7 @@ Group Members: ...@@ -7,7 +7,7 @@ Group Members:
Ocampo, Christianneil Emmanuel D.Y. | ID:214293 Ocampo, Christianneil Emmanuel D.Y. | ID:214293
Vizmanos, Jenica Alea B. | ID:216351 Vizmanos, Jenica Alea B. | ID:216351
Project Title: Widget v1 Project Title: Widget v2
Members' App Assignments: Members' App Assignments:
Dashboard - Vizmanos Dashboard - Vizmanos
...@@ -16,13 +16,14 @@ Members' App Assignments: ...@@ -16,13 +16,14 @@ Members' App Assignments:
Assignment - Francisco Assignment - Francisco
Calendar - Ocampo Calendar - Ocampo
Date of Submission: March 6, 2023 Date of Submission: May 11, 2023
Statement: This lab is done solely by our group, and all guiding information Statement: This lab is done solely by our group, and all guiding information
used in creating the submission was sourced from the CSCI 40 used in creating the submission was sourced from the CSCI 40
Canvas modules. Supplementary information were sourced from the references below. Canvas modules. Supplementary information were sourced from the references below.
References: References:
> Midterm (Widget v1)
Foreign key from one app to another: Foreign key from one app to another:
https://stackoverflow.com/questions/323763/foreign-key-from-one-app-into-another-in-django https://stackoverflow.com/questions/323763/foreign-key-from-one-app-into-another-in-django
...@@ -38,9 +39,25 @@ https://stackoverflow.com/questions/3743222/how-do-i-convert-a-datetime-to-date ...@@ -38,9 +39,25 @@ https://stackoverflow.com/questions/3743222/how-do-i-convert-a-datetime-to-date
https://stackoverflow.com/questions/45262667/convert-datetime-to-time-in-python https://stackoverflow.com/questions/45262667/convert-datetime-to-time-in-python
https://stackoverflow.com/questions/1759455/how-can-i-account-for-period-am-pm-using-strftime https://stackoverflow.com/questions/1759455/how-can-i-account-for-period-am-pm-using-strftime
> Finals (Widget v2)
Bootstrap CSS Styling:
https://pypi.org/project/django-bootstrap5/
(sgd) Lex Philip Gabriel D. Chan, 03/06/2023 FBV Guide:
(sgd) Eldon C. Dagdag, 03/06/2023 https://django.cowhite.com/blog/function-based-views-in-django/
(sgd) Daniella Joan T. Francisco, 03/06/2023
(sgd) Christianneil Emmanuel D.Y. Ocampo, 03/06/2023 Modifying Model Forms:
(sgd) Jenica Alea B. Vizmanos, 03/06/2023 https://docs.djangoproject.com/en/4.2/topics/forms/modelforms/#django.forms.ModelForm
\ No newline at end of file https://docs.djangoproject.com/en/4.2/topics/db/models/
Git Ignore Cleaning:
https://stackoverflow.com/questions/1139762/ignore-files-that-have-already-been-committed-to-a-git-repository
CBV Detail View Guide:
https://stackoverflow.com/questions/41287431/django-combine-detailview-and-listview
(sgd) Lex Philip Gabriel D. Chan, 05/11/2023
(sgd) Eldon C. Dagdag, 05/11/2023
(sgd) Daniella Joan T. Francisco, 05/11/2023
(sgd) Christianneil Emmanuel D.Y. Ocampo, 05/11/2023
(sgd) Jenica Alea B. Vizmanos, 05/11/2023
\ No newline at end of file
asgiref==3.6.0
Django==4.1.7
django-bootstrap5==23.1
python-dotenv==1.0.0
sqlparse==0.4.3
tzdata==2022.7
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment