Skip to content

dabarov/evaluateprofs-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation


evaluateprofs.com

Development repository for evaluateprofs.com since original one has some secret data.

Prerequisites

To run locally you need following python packages:

django    2.2.1
requests  2.22.0
urllib3   1.25.3

Installation

  1. Clone the repository.
  2. Create local_settings.py file and set everything as you want.
  3. Change SECRET_KEY and GOOGLE_RECAPTCHA_SECRET_KEY. Fill everything for mailing. Also enter recaptcha keys into signup.html and professor_profile.html files.
  4. Migrate to get the database setted:
python manage.py migrate
  1. To run the website locally:
python manage.py runserver

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Development repository for evaluateprofs.com

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published