Closed bew5294 closed 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.
@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:
t"
@kdgromova I added the requirements.txt and the README.md files
@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
@kdgromova I'm not sure I am using python 3.9 as well
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