openteamsinc / scrud-django

A Django application for SCRUD REST services. Semantic REST API generation.
https://openteamsinc.github.io/scrud-django/
0 stars 0 forks source link

Resource type registration location #9

Closed xmnlab closed 3 years ago

xmnlab commented 4 years ago

the current approach will do the resource registration inside urls.py, but it will conflict with migrate because maybe the tables are not available before doing the registration.

for now, it lets just use try/except for that, but it will need a better approach soon.

dcharbon commented 3 years ago

Resolved.