Git Product home page Git Product logo

django-bootstrap-crud-templates's People

Contributors

mickaelbergem 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-bootstrap-crud-templates's Issues

Recommendation for generated URL format

URLS are currently generated in this format:

/location/<pk>  bsct.views.DetailView   location_detail 
/location/create/   bsct.views.CreateView   location_create 
/location/delete/<pk>   bsct.views.DeleteView   location_delete 
/location/list  bsct.views.ListView location_list   
/location/update/<pk>   bsct.views.UpdateView   location_update 

I would like to propose the /location/list URL is changed to simply be '/location' without the trailing '/list'.

ForeingKey Field

Hi, can you tell me how to show unicode of related models of ForeingKey fields in BSCT? It only shows PK of related models.
Maybe I can hack into field.get_internal_type() to push that values to templates, but I would like to know if this is the right way. And I need to get values from ManyToMany related models too.
Thanks in advance, and I am sorry if this is not the right place to put this question.

No module named 'crud'

Hello,

I followed the instructions and I got that error. I am having problems with the installation guide. It is not very clear where I have to add and what I have to add, in order to make this app work.

Python 3 support

I've found a bug in templatetags/bscttags.py:84:

for k,v in request.GET.iteritems():

This line doesn't work in Python 3. Could you, please, fix this small issue and release a new PyPI version asap? 0:-)

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.