diff options
| author | Bobby <[email protected]> | 2023-07-21 16:54:18 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-07-21 16:54:18 -0400 |
| commit | 55a19d8ef934ecdbf6fc7b7a8f302e6356247a58 (patch) | |
| tree | 027b284235b96b3537699e629d53b9c6483f8e91 | |
| parent | fc99976b231c1887cbb09220e3bf50f5f6a6d788 (diff) | |
| download | thatcomputerscientist-55a19d8ef934ecdbf6fc7b7a8f302e6356247a58.tar.xz thatcomputerscientist-55a19d8ef934ecdbf6fc7b7a8f302e6356247a58.zip | |
Added DRF to requirements
| -rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 96ed972e..4f4ac3a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,4 +27,5 @@ akismet google-cloud-translate django-hosts apscheduler -django-sslserver
\ No newline at end of file +django-sslserver +djangorestframework |
