5 lines
121 B
Python
5 lines
121 B
Python
"""
|
|
Social app - Social media monitoring and sentiment analysis
|
|
"""
|
|
default_app_config = 'apps.social.apps.SocialConfig'
|