Results 1 comments of Jim Muguna

Once you have installed django-ads and added 'ads' in installed apps within your settings.py you should make and run migrations. `python manage.py makemigrations` `python manage.py migrate` If these two commands...