You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 run successfully, then in the admin interface you should see a new section titled "ADS MANAGEMENT SYSTEM" with all the ads, ad clicks, ad impressions, advertisers and categories models. Next to each model name there is a "ADD " button to add records. Consider adding advertisers and categories before adding the ads.
Hi guys
How should I Add Advertisers, Categories, and Ads using the Django admin interface?
The text was updated successfully, but these errors were encountered: