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
Django has the concept of a `superuser` -- essentially an `administrator` user type. For steps such as [setting up authentication for DANDI Archive](./dandi-authentication.md#creating-sites-and-social-app-in-dandi-archive-admin-panel)
57
+
Django has the concept of a `superuser` -- essentially an `administrator` user type. For steps such as [setting up authentication for DANDI Archive](./dandi-authentication.md#creating-and-updating-objects-in-the-dandi-archive-admin-panel)
58
58
you'll need to set up a `superuser` account.
59
59
60
60
Go into your Heroku app, and identify the `Run Console` option:
As described in the [Understanding the DANDI Infrastructure](#Understanding-the-DANDI-Infrastructure) section, the [dandi-infrastructure](https://github.com/dandi/dandi-infrastructure)
16
+
As described in the [Understanding the DANDI Infrastructure](#understanding-the-dandi-infrastructure) section, the [dandi-infrastructure](https://github.com/dandi/dandi-infrastructure)
17
17
repository includes many components that may not be needed for your use case. You will need to define the infrastructure components in stepwise fashion, starting with the `api.tf` and `sponsored_bucket.tf`.
0 commit comments