forked from edwardchalstrey1/seshat
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #230 from Seshat-Global-History-Databank/ec_vars
almost done with bringing in the economy variables (Lux Goods)
- Loading branch information
Showing
47 changed files
with
4,871 additions
and
64 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
seshat/apps/accounts/migrations/0015_alter_seshat_expert_role.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Generated by Django 4.0.3 on 2025-01-13 13:19 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('accounts', '0014_alter_seshat_expert_role'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='seshat_expert', | ||
name='role', | ||
field=models.CharField(blank=True, choices=[('Seshat Admin', 'Seshat Admin'), ('Researcher', 'Researcher'), ('Seshat Expert', 'Seshat Expert'), ('Lead Researcher', 'Lead Researcher'), ('Seshat Director', 'Seshat Director'), ('Project Manager', 'Project Manager')], max_length=60, null=True), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.