Giter Club home page Giter Club logo

heroku-django-example's People

Contributors

marklit avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

heroku-django-example's Issues

Admin assets aren't being served

When you load http://falling-ice-3499.herokuapp.com/admin/ the assets for the admin section aren't being served. I think there is a copy assets command in Django so the assets for the admin are apart of the code base rather than needing to be referenced via proxy.

In the past I've done a proxy command via xginx:

location ^~ /static/admin/ {
    alias /home/mark/.virtualenvs/marksblogg/lib/python2.7/site-packages/django/contrib/admin/media/;
    expires   30m;
}

Look into celeryd

It costs $0.05 / hour to run a worker dyno. I was working through https://devcenter.heroku.com/articles/django and when I went to start a worker I got the following:

$ heroku ps:scale celeryd=1
Scaling celeryd processes...  This action will cause your account to be billed at the end of the month
 For more information, see http://docs.heroku.com/billing
 Are you sure you want to do this? (y/n) n

You can run jobs via foreman start for now locally.

Some more details on delayed jobs: https://devcenter.heroku.com/articles/delayed-job

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.