django_builder
django_builder copied to clipboard
DjangoBuilder.io - Minor Issue
first off want to say how much a great app this is for building things fast and an amazing interface. didn't take me long to figure out. Ill add more to this as i come across them.
Minor Issue:
- When using UUIDField in models.py the "import uuid" is missing by default from the file.
- When using Bool/Char/Text fields in database, the doesnt seem to show up on admin panel
- When using UUID as primary key, default web interface throws the following error
Reverse for 'API_Windows_Device_detail' with arguments '(UUID('320e0be8-7849-4dec-94da-02265a9c69c8'),)' not found. 1 pattern(s) tried: ['API/API/Windows_Device/detail/(?P<pk>[0-9]+)/$']
Thanks @AnotherRandomTech this is great feedback. Keep adding to the list as you find them
@AnotherRandomTech Just to clarify are you using Version 2 - http://djangobuilder.io/ Or Version 1 - http://mmcardle.github.io/django_builder/ ?
Using Version 2 at the official https://djangobuilder.io site.