Giter VIP home page Giter VIP logo

django-concurrent-server's People

Contributors

adamjlev avatar anemitz avatar ashchristopher avatar goinnn avatar jaylett avatar wolever avatar wolph avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

django-concurrent-server's Issues

admin static files not found on django trunk

In the inner_run() the media path for admin files is hardcoded to support up to django 1.3.

path = admin_media_path or django.__path__[0] + '/contrib/admin/media'
handler = AdminMediaHandler(WSGIHandler(), path)
run(addr, int(port), handler)

All releases past 1.3 now use contrib/admin/static/admin since being converted to the static_files app.

DJANGO_ADMIN_MEDIA_PATH issue

Traceback (most recent call last):
***/src/django-concurrent-server/concurrent_server/management/commands/runcserver.py", line 76, in inner_run
path = admin_media_path or DJANGO_ADMIN_MEDIA_PATH
NameError: global name 'DJANGO_ADMIN_MEDIA_PATH' is not defined

It seems you need "self.DJANGO_ADMIN_MEDIA_PATH" instead "DJANGO_ADMIN_MEDIA_PATH" in line 76. That works fine

Tag a new version for release on pypi

This library is super-handy and as such is in our requirements.txt file. It's been awhile since the 0.1.1, and we're using a link directly to the project since it would appear to be the most up-to-date. If you weren't planning on making any changes soon, could you tag the current version?

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.