Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 6e37304

Browse files
author
daniaki
committed
Updated instructions - added instructions on how to populate licence table
1 parent 7214c24 commit 6e37304

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

instructions.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ with the keys:
3131
SOCIAL_AUTH_ORCID_KEY = <Client ID from ORCID>
3232
SOCIAL_AUTH_ORCID_SECRET = <Client secret from ORCID>
3333

34+
To set up the License database table run:
35+
1. python manage.py shell
36+
2. from main.models import Licence
37+
3. Licence.populate()
38+

0 commit comments

Comments
 (0)