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
Proof of concept with a simple example that exercises auth, rest backend. The prototype will be a very simple DataSet model (name, description), a REST API for (GET,PUT,POST) creating, editing and listing datasets.
The text was updated successfully, but these errors were encountered:
Resolves#4
Added logging to the ngt-archive service
+ For debugging the ngt-archive service will log to the
development root (/vagrant)
+ Added the log file to .gitignore
+ Added django app to handle the archive rest api (archive_api)
+ Added default groups (NGT Administrator, NGT User) with
permissions to get,put,post datasets
+ Simple dataset model with name and description.
+ Test for model, views and api calls
+ Browsable rest api is accessible at /api/v1
+ Admin user interface is accessible at /admin
+ Root url is reserved for the javascript application
+ adding .idea back to .gitignore
Resolves#4
Added logging to the ngt-archive service
+ For debugging the ngt-archive service will log to the
development root (/vagrant)
+ Added the log file to .gitignore
+ Added django app to handle the archive rest api (archive_api)
+ Added default groups (NGT Administrator, NGT User) with
permissions to get,put,post datasets
+ Simple dataset model with name and description.
+ Test for model, views and api calls
+ Browsable rest api is accessible at /api/v1
+ Admin user interface is accessible at /admin
+ Root url is reserved for the javascript application
+ adding .idea back to .gitignore
Proof of concept with a simple example that exercises auth, rest backend. The prototype will be a very simple DataSet model (name, description), a REST API for (GET,PUT,POST) creating, editing and listing datasets.
The text was updated successfully, but these errors were encountered: