Merge branch 'main' of github.com:adilmohak/django-lms

This commit is contained in:
papi 2024-01-16 17:33:21 +03:00
commit 021147c960

View File

@ -75,10 +75,6 @@ DEBUG=True
SECRET_KEY=[YOUR_SECRET_KEY] SECRET_KEY=[YOUR_SECRET_KEY]
``` ```
```bash
python manage.py makemigrations
```
```bash ```bash
python manage.py migrate python manage.py migrate
``` ```