Giter Site home page Giter Site logo

byteweaver / django-filemanager Goto Github PK

View Code? Open in Web Editor NEW
18.0 3.0 7.0 485 KB

A simple and standalone file manager and browser for django projects.

License: BSD 3-Clause "New" or "Revised" License

Python 14.67% CSS 0.14% JavaScript 80.19% HTML 5.00%

django-filemanager's Issues

RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.

This is quick fix. It would be great to get it in pip before next year so everyone's site using this module can upgrade and have it not break the site. Instead of using the patterns() method in urls.py just make it a list.

/local/lib/python2.7/site-packages/filemanager/urls.py:12: RemovedInDjango110Warning: django.conf.urls.patterns() is deprecated and will be removed in Django 1.10. Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
url(r'^create/directory/$', DirectoryCreateView.as_view(), name='create-directory'),

Including urls does not work

Urls including will not work in the way shown in Readme.

Try removing tailing $ in the base route:

url(r'^your-url/$', include('filemanager.urls', namespace='filemanager'))

should be changed to

url(r'^your-url/', include('filemanager.urls', namespace='filemanager')),

No base.html template

There's no base.html template, and no documentation on any blocks required in this template

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.