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
I guess we can just retrieve data from pure [1] via its API [2] [3] and feed it into the django table.
mpicms=# \d publications_publication;
Table "public.publications_publication"
Column | Type | Collation | Nullable | Default
------------+------------------------+-----------+----------+------------------------------------------------------
id | integer | | not null | nextval('publications_publication_id_seq'::regclass)
title | text | | not null |
groups | text | | not null |
authors | text | | not null |
source | text | | not null |
doi | character varying(100) | | not null |
sort_order | integer | | |
Indexes:
"publications_publication_pkey" PRIMARY KEY, btree (id)
No description provided.
The text was updated successfully, but these errors were encountered: