Datafable / epu-index

EPU index
http://www.applieddatamining.com/cms/?q=content/economic-policy-uncertainty-index
1 stars 0 forks source link

Django app #1

Closed bartaelterman closed 9 years ago

bartaelterman commented 9 years ago
class EpuIndexScore(models.Model):
    date = models.DateField()
    number_of_articles = models.IntegerField()
    number_of_papers = models.IntegerField()
    epu = models.FloatField()
niconoe commented 9 years ago

Done, app is now available at https://epu-index.herokuapp.com. I also activated the admin interface at https://epu-index.herokuapp.com/admin.

peterdesmet commented 9 years ago

We should not disclose login info in this public repo. Best to update.

peterdesmet commented 9 years ago

Will this endpoint be used in production? Please update the logins and send by email.