pclubuiet / website

Programming club, PU official website.
https://pclubuiet.herokuapp.com
GNU General Public License v3.0
14 stars 70 forks source link

Configure project for deployment to heroku #43

Closed gurpreetsingh00885 closed 7 years ago

gurpreetsingh00885 commented 7 years ago

settings.py has necessary settings to deploy to heroku. requirements.txt was updated too and whitenoise is used for management of staticfiles as it makes it easy to serve staticfiles in an app heroku and is the preferred standard.