Commit 18046c
2024-12-30 13:37:03 Steven Anderson: adding migrations| ScriptFU/python/django.md .. | |
| @@ 13,3 13,7 @@ | |
| #### View Schema | |
| .schema <table> | |
| + | |
| + | #### Update models |
| + | python ./manage.py makemigrations <classmodel> |
| + | python ./manage.py migrate |
| ScriptFU/python/django.md .. | |
| @@ 13,3 13,7 @@ | |
| #### View Schema | |
| .schema <table> | |
| + | |
| + | #### Update models |
| + | python ./manage.py makemigrations <classmodel> |
| + | python ./manage.py migrate |