Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DjangoBuilder.io - Minor Issue #86

Open
AnotherRandomTech opened this issue May 1, 2020 · 3 comments
Open

DjangoBuilder.io - Minor Issue #86

AnotherRandomTech opened this issue May 1, 2020 · 3 comments

Comments

@AnotherRandomTech
Copy link

AnotherRandomTech commented May 1, 2020

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]+)/$']
@mmcardle
Copy link
Owner

mmcardle commented May 1, 2020

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

@mmcardle
Copy link
Owner

mmcardle commented May 4, 2020

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

@AnotherRandomTech
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants