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
Corrections were added in the creation of the files in the endpoint module and it was added together with the creation of this that the urls file is created for the routes with a unique base path.
Correccion con un error en la creacion de modulos para endpoints , estaba relacionando a no colocar de manera correcta la ruta del proyecto de django generando un error en la creacion de views , model , serializers y modulos de endpoints.
version 0.1.0 cuenta con los comando en su version basica
django-cli make-view "nombre de la vista"
django-cli make-model "nombre del modelo"
django-cli make-serializer "nombre del serializador"
django-cli make-endpoint "nombre para el modulo endpoint"