justquick / django-activity-stream

Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.
http://django-activity-stream.rtfd.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2.36k stars 483 forks source link

Fix django app config default warning #507

Closed huxaiphaer closed 2 years ago

huxaiphaer commented 2 years ago

What does this PR do ?

It solves the fix warnings default_app_config. Full error details :

RemovedInDjango41Warning: 'actstream' defines default_app_config = 'actstream.apps.ActstreamConfig'. Django now detects this configuration automatically. You can remove default_app_config.

auvipy commented 2 years ago

thank you!