Complete login, sign up, and member details

This commit is contained in:
2020-01-08 23:43:59 +00:00
parent 5526cf708b
commit d59d24ae65
15 changed files with 382 additions and 40 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
python manage.py inspectdb --database old_portal | sed 's/CharField/TextField/g' > apiserver/api/old_models.py