django_builder icon indicating copy to clipboard operation
django_builder copied to clipboard

DjangoBuilder.io - Minor Issue

Open AnotherRandomTech opened this issue 5 years ago • 3 comments

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]+)/$']

AnotherRandomTech avatar May 01 '20 13:05 AnotherRandomTech

Thanks @AnotherRandomTech this is great feedback. Keep adding to the list as you find them

mmcardle avatar May 01 '20 13:05 mmcardle

@AnotherRandomTech Just to clarify are you using Version 2 - http://djangobuilder.io/ Or Version 1 - http://mmcardle.github.io/django_builder/ ?

mmcardle avatar May 04 '20 10:05 mmcardle

Using Version 2 at the official https://djangobuilder.io site.

AnotherRandomTech avatar May 05 '20 08:05 AnotherRandomTech