You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]+)/$']
The text was updated successfully, but these errors were encountered:
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:
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]+)/$']
The text was updated successfully, but these errors were encountered: