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
restructure the CH current application templates for new Django micro services
rename api to APP_NAME (the name provided on the command line of the CH application command)
rename the current APP_NAME to a generic name e.g. ch_django
add a first migration dependency to the APP_NAME migration with a dependency to the CH Django migrations (force the CH Django migration to happen first)
create an api folder in the APP_NAME for "direct" developers to create API's in that folder
The text was updated successfully, but these errors were encountered:
restructure the CH current application templates for new Django micro services
ch_django
api
folder in the APP_NAME for "direct" developers to create API's in that folderThe text was updated successfully, but these errors were encountered: