ishti-du / RateMyProfessorPlus

0 stars 3 forks source link

Models Revision #26

Closed bew5294 closed 3 years ago

bew5294 commented 3 years ago

Why? Updating the models used for the website

What Changed? Removed user model to use default Django user model Updated .gitignore to ignore all .sqlite3 files Removed country model to use Django country library in university model instead Removed old feedback and faculty models

bew5294 commented 3 years ago

@kdgromova The file "install_libraries.txt" lists the commands needed to install the libraries we are using. I could rename it if you think it would be more clear.

kdgromova commented 3 years ago

@bew5294 These files are usually called "requirements.txt". I believe that PyCharm IDE will be able to recognize this file and suggest installing packages. Could you please rename it?

Could you please add a README.md file and specify that dependencies could be installed using "pip install -r requirements.txt". Something like that:

Screen Shot 2021-11-05 at 10 17 35 AM

t"

bew5294 commented 3 years ago

@kdgromova I added the requirements.txt and the README.md files

kdgromova commented 3 years ago

@bew5294 Thank you! Do we need Python 3.7 or Python 3.9 to run the app or any will work? I use 3.9 and it works

bew5294 commented 3 years ago

@kdgromova I'm not sure I am using python 3.9 as well