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

Initial structure #2

Closed xmnlab closed 4 years ago

xmnlab commented 4 years ago

This PR adds initial structure for the django-scrud application:

current rest api and tests is very simple, it is just for having an initial structure. I will work in a follow up PR in the real implementation.

xmnlab commented 4 years ago

@dcharbon this PR is ready for review.

feel free to "squash and merge" when you agree with this changes (I don't need the commits history).

the CI is not working yet because it needs to be merged first

the schema and json-ld implementation will be addressed in a follow up PR.

thanks!

xmnlab commented 4 years ago

@dcharbon this PR is ready again for review. note: CI is already working :)

xmnlab commented 4 years ago

some updates about this PR:

I updated the github actions for publishing the documentation.

It should work after merging. it will need a github token and application for that (https://stackoverflow.com/a/49007415/3715476). I don't have permissions to create that.

The github token secret name can be GITHUB_TOKEN. The application name defined in the github actions was scrud_django_app.

thanks!

xmnlab commented 4 years ago

@trentoliphant do you have any other suggestion/recommendation about this PR?