We have phased out the LDAP login form. Log in by using the CS Single Sign-On button in the Sign in with section below the Login form. :bug:

Skip to content
Snippets Groups Projects

Update README.md

Merged Cameron Worthington requested to merge wrtcam003-main-patch-83418 into main
1 file
+ 5
5
Compare changes
  • Side-by-side
  • Inline
+ 5
5
@@ -31,10 +31,10 @@ bash dbsetup.sh
If you receive a "Failed to open the referenced table ....." error when trying to make migrations you need to remake the migrations in the correct order:
~~~
python3 manage.py makemigrations accounts
python3 manage.py makemigrations surveys
python3 manage.py migrate accounts
python3 manage.py migrate surveys
python3 wcsudat/manage.py makemigrations accounts
python3 wcsudat/manage.py makemigrations surveys
python3 wcsudat/manage.py migrate accounts
python3 wcsudat/manage.py migrate surveys
~~~
@@ -106,4 +106,4 @@ python3 wcsudat/manage.py dumpdata surveys >> survey.json
Use this coomand if you weant a complete backup off all data
~~~
python3 wcsudat/manage.py dumpdata >> wcsudat.json
~~~
\ No newline at end of file
~~~
Loading