├── videos ├── __init__.py ├── migrations │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-311.pyc │ │ ├── 0001_initial.cpython-311.pyc │ │ ├── 0005_video_likes.cpython-311.pyc │ │ ├── 0009_blocked_ips.cpython-311.pyc │ │ ├── 0067_video_score.cpython-311.pyc │ │ ├── 0003_alter_video_id.cpython-311.pyc │ │ ├── 0020_comment_parent.cpython-311.pyc │ │ ├── 0025_video_duration.cpython-311.pyc │ │ ├── 0058_comment_reply.cpython-311.pyc │ │ ├── 0022_alter_video_title.cpython-311.pyc │ │ ├── 0023_alter_video_title.cpython-311.pyc │ │ ├── 0033_alter_video_title.cpython-311.pyc │ │ ├── 0045_alter_video_title.cpython-311.pyc │ │ ├── 0072_video_nominations.cpython-311.pyc │ │ ├── 0008_video_pinned_comment.cpython-311.pyc │ │ ├── 0010_delete_blocked_ips.cpython-311.pyc │ │ ├── 0019_delete_notification.cpython-311.pyc │ │ ├── 0050_comment_replying_to.cpython-311.pyc │ │ ├── 0052_comment_replying_to.cpython-311.pyc │ │ ├── 0063_alter_video_category.cpython-311.pyc │ │ ├── 0002_alter_video_video_file.cpython-311.pyc │ │ ├── 0003_alter_comment_comment.cpython-311.pyc │ │ ├── 0004_alter_video_thumbnail.cpython-311.pyc │ │ ├── 0006_alter_comment_comment.cpython-311.pyc │ │ ├── 0014_alter_comment_comment.cpython-311.pyc │ │ ├── 0015_alter_comment_comment.cpython-311.pyc │ │ ├── 0017_alter_comment_comment.cpython-311.pyc │ │ ├── 0021_remove_comment_parent.cpython-311.pyc │ │ ├── 0027_alter_video_thumbnail.cpython-311.pyc │ │ ├── 0028_video_uploader_profile.cpython-311.pyc │ │ ├── 0036_alter_comment_comment.cpython-311.pyc │ │ ├── 0041_alter_comment_comment.cpython-311.pyc │ │ ├── 0043_alter_video_thumbnail.cpython-311.pyc │ │ ├── 0046_alter_comment_comment.cpython-311.pyc │ │ ├── 0065_alter_video_thumbnail.cpython-311.pyc │ │ ├── 0071_alter_comment_options.cpython-311.pyc │ │ ├── 0002_alter_video_description.cpython-311.pyc │ │ ├── 0013_alter_comment_commenter.cpython-311.pyc │ │ ├── 0031_alter_video_description.cpython-311.pyc │ │ ├── 0032_alter_video_description.cpython-311.pyc │ │ ├── 0034_alter_video_description.cpython-311.pyc │ │ ├── 0035_alter_video_description.cpython-311.pyc │ │ ├── 0038_alter_comment_commenter.cpython-311.pyc │ │ ├── 0060_video_push_notification.cpython-311.pyc │ │ ├── 0006_remove_video_likes_comment.cpython-311.pyc │ │ ├── 0051_remove_comment_replying_to.cpython-311.pyc │ │ ├── 0069_alter_video_pinned_comment.cpython-311.pyc │ │ ├── 0012_alter_video_uploader_comment.cpython-311.pyc │ │ ├── 0026_remove_video_views_video_views.cpython-311.pyc │ │ ├── 0029_remove_video_uploader_profile.cpython-311.pyc │ │ ├── 0024_alter_video_options_video_views.cpython-311.pyc │ │ ├── 0067_video_recommendation_multiplier.cpython-311.pyc │ │ ├── 0018_alter_comment_comment_notification.cpython-311.pyc │ │ ├── 0007_alter_video_video_file_delete_comment.cpython-311.pyc │ │ ├── 0057_video_comments_alter_comment_comment.cpython-311.pyc │ │ ├── 0059_remove_comment_reply_comment_replies.cpython-311.pyc │ │ ├── 0048_alter_comment_comment_alter_video_title.cpython-311.pyc │ │ ├── 0061_video_recommendation_milestones_and_more.cpython-311.pyc │ │ ├── 0011_alter_video_thumbnail_alter_video_uploader.cpython-311.pyc │ │ ├── 0053_remove_comment_passed_milestones_and_more.cpython-311.pyc │ │ ├── 0005_alter_comment_comment_alter_comment_commenter.cpython-311.pyc │ │ ├── 0037_alter_comment_commenter_alter_video_uploader.cpython-311.pyc │ │ ├── 0039_alter_comment_commenter_alter_video_uploader.cpython-311.pyc │ │ ├── 0040_alter_comment_commenter_alter_video_uploader.cpython-311.pyc │ │ ├── 0062_video_category_alter_video_thumbnail_and_more.cpython-311.pyc │ │ ├── 0064_alter_video_thumbnail_alter_video_video_file.cpython-311.pyc │ │ ├── 0070_alter_video_thumbnail_alter_video_video_file.cpython-311.pyc │ │ ├── 0004_alter_comment_commenter_alter_video_description.cpython-311.pyc │ │ ├── 0042_video_unlisted_alter_video_description_and_more.cpython-311.pyc │ │ ├── 0054_remove_video_suggestions_video_recommendations.cpython-311.pyc │ │ ├── 0049_comment_passed_milestones_video_passed_milestones.cpython-311.pyc │ │ ├── 0055_remove_video_recommendations_video_recommendations.cpython-311.pyc │ │ ├── 0068_remove_video_recommendation_multiplier_video_score.cpython-311.pyc │ │ ├── 0068_remove_video_recommendations_video_recommendations.cpython-311.pyc │ │ ├── 0069_remove_video_recommendations_video_recommendations.cpython-311.pyc │ │ ├── 0008_alter_video_options_alter_video_description_and_more.cpython-311.pyc │ │ ├── 0044_alter_comment_comment_alter_video_thumbnail_and_more.cpython-311.pyc │ │ ├── 0066_video_pinned_comment_alter_comment_comment_and_more.cpython-311.pyc │ │ ├── 0007_alter_comment_comment_alter_video_description_and_more.cpython-311.pyc │ │ ├── 0030_alter_comment_comment_alter_video_description_and_more.cpython-311.pyc │ │ ├── 0056_alter_comment_comment_alter_video_description_and_more.cpython-311.pyc │ │ ├── 0047_video_notification_message_alter_comment_comment_and_more.cpython-311.pyc │ │ └── 0016_alter_comment_options_comment_dislikes_comment_likes_and_more.cpython-311.pyc │ ├── 0051_remove_comment_replying_to.py │ ├── 0029_remove_video_uploader_profile.py │ ├── 0071_alter_comment_options.py │ ├── 0033_alter_video_title.py │ ├── 0046_alter_comment_comment.py │ ├── 0036_alter_comment_comment.py │ ├── 0032_alter_video_description.py │ ├── 0067_video_score.py │ ├── 0034_alter_video_description.py │ ├── 0041_alter_comment_comment.py │ ├── 0045_alter_video_title.py │ ├── 0060_video_push_notification.py │ ├── 0035_alter_video_description.py │ ├── 0031_alter_video_description.py │ ├── 0058_comment_reply.py │ ├── 0043_alter_video_thumbnail.py │ ├── 0052_comment_replying_to.py │ ├── 0072_video_nominations.py │ ├── 0050_comment_replying_to.py │ ├── 0028_video_uploader_profile.py │ ├── 0027_alter_video_thumbnail.py │ ├── 0059_remove_comment_reply_comment_replies.py │ ├── 0038_alter_comment_commenter.py │ ├── 0055_remove_video_recommendations_video_recommendations.py │ ├── 0048_alter_comment_comment_alter_video_title.py │ ├── 0049_comment_passed_milestones_video_passed_milestones.py │ ├── 0069_alter_video_pinned_comment.py │ └── 0065_alter_video_thumbnail.py ├── tests.py ├── bungle │ ├── bungle.vtt │ └── bungle.jpg ├── static │ └── videos │ │ ├── favico.png │ │ ├── bg-auth.jpg │ │ ├── favicon.ico │ │ └── bg-auth-create.jpg ├── apps.py ├── __pycache__ │ ├── admin.cpython-311.pyc │ ├── apps.cpython-311.pyc │ ├── forms.cpython-311.pyc │ ├── models.cpython-311.pyc │ ├── urls.cpython-311.pyc │ ├── views.cpython-311.pyc │ └── __init__.cpython-311.pyc ├── templatetags │ └── __pycache__ │ │ ├── count.cpython-311.pyc │ │ ├── count.cpython-312.pyc │ │ └── current_profile.cpython-312.pyc ├── templates │ ├── 403.html │ ├── 500.html │ └── videos │ │ ├── update_comment.html │ │ ├── update_video.html │ │ ├── delete_video.html │ │ ├── comment_delete.html │ │ └── like_dislike.html └── admin.py ├── Glomble ├── __init__.py ├── migrations │ └── __init__.py ├── __pycache__ │ ├── local.cpython-311.pyc │ ├── local.cpython-312.pyc │ ├── urls.cpython-310.pyc │ ├── urls.cpython-311.pyc │ ├── urls.cpython-312.pyc │ ├── urls.cpython-38.pyc │ ├── urls.cpython-39.pyc │ ├── wsgi.cpython-310.pyc │ ├── wsgi.cpython-311.pyc │ ├── wsgi.cpython-312.pyc │ ├── wsgi.cpython-38.pyc │ ├── wsgi.cpython-39.pyc │ ├── __init__.cpython-38.pyc │ ├── __init__.cpython-39.pyc │ ├── pc_prod.cpython-311.pyc │ ├── pc_prod.cpython-312.pyc │ ├── settings.cpython-38.pyc │ ├── settings.cpython-39.pyc │ ├── __init__.cpython-310.pyc │ ├── __init__.cpython-311.pyc │ ├── __init__.cpython-312.pyc │ ├── prodmsft.cpython-312.pyc │ ├── production.cpython-311.pyc │ ├── production.cpython-312.pyc │ ├── production.cpython-39.pyc │ ├── settings.cpython-310.pyc │ ├── settings.cpython-311.pyc │ ├── settings.cpython-312.pyc │ ├── basesettings.cpython-39.pyc │ └── storage_backends.cpython-311.pyc └── wsgi.py ├── comments ├── __init__.py ├── migrations │ ├── __init__.py │ └── __pycache__ │ │ ├── __init__.cpython-310.pyc │ │ ├── __init__.cpython-311.pyc │ │ ├── __init__.cpython-312.pyc │ │ ├── __init__.cpython-39.pyc │ │ └── 0001_createsuperuser.cpython-39.pyc ├── admin.py ├── models.py ├── tests.py ├── __pycache__ │ ├── admin.cpython-39.pyc │ ├── apps.cpython-310.pyc │ ├── apps.cpython-311.pyc │ ├── apps.cpython-312.pyc │ ├── apps.cpython-39.pyc │ ├── urls.cpython-310.pyc │ ├── urls.cpython-311.pyc │ ├── urls.cpython-312.pyc │ ├── urls.cpython-39.pyc │ ├── views.cpython-39.pyc │ ├── admin.cpython-310.pyc │ ├── admin.cpython-311.pyc │ ├── admin.cpython-312.pyc │ ├── models.cpython-310.pyc │ ├── models.cpython-311.pyc │ ├── models.cpython-312.pyc │ ├── models.cpython-39.pyc │ ├── views.cpython-310.pyc │ ├── views.cpython-311.pyc │ ├── views.cpython-312.pyc │ ├── __init__.cpython-310.pyc │ ├── __init__.cpython-311.pyc │ ├── __init__.cpython-312.pyc │ └── __init__.cpython-39.pyc ├── apps.py └── urls.py ├── creator.txt ├── creatorfund ├── __init__.py ├── migrations │ ├── __init__.py │ └── __pycache__ │ │ ├── __init__.cpython-311.pyc │ │ ├── 0001_initial.cpython-311.pyc │ │ ├── 0002_initial.cpython-311.pyc │ │ ├── 0006_alter_creator_id.cpython-311.pyc │ │ ├── 0002_rename_profile_creator.cpython-311.pyc │ │ ├── 0010_alter_creatorfund_members.cpython-311.pyc │ │ ├── 0011_creatorfund_group_creator.cpython-311.pyc │ │ ├── 0003_alter_creator_paypal_email.cpython-311.pyc │ │ ├── 0014_alter_creator_paypal_email.cpython-311.pyc │ │ ├── 0015_alter_creator_percentage_share.cpython-311.pyc │ │ ├── 0012_alter_creatorfund_group_creator.cpython-311.pyc │ │ ├── 0013_remove_creatorfund_group_creator.cpython-311.pyc │ │ ├── 0004_creator_percentage_share_creatorfund_and_more.cpython-311.pyc │ │ ├── 0005_creatorfund_members_alter_creatorfund_money.cpython-311.pyc │ │ ├── 0007_remove_creatorfund_members_creatorfund_members.cpython-311.pyc │ │ ├── 0009_alter_creatorfund_id_alter_creatorfund_members.cpython-311.pyc │ │ ├── 0008_rename_money_creatorfund_percentage_share_and_more.cpython-311.pyc │ │ └── 0016_rename_percentage_share_creatorfund_available_money_and_more.cpython-311.pyc ├── tests.py ├── __pycache__ │ ├── admin.cpython-311.pyc │ ├── apps.cpython-311.pyc │ ├── cron.cpython-311.pyc │ ├── forms.cpython-311.pyc │ ├── models.cpython-311.pyc │ ├── urls.cpython-311.pyc │ ├── views.cpython-311.pyc │ └── __init__.cpython-311.pyc ├── apps.py ├── forms.py ├── admin.py ├── templates │ └── creatorfund │ │ ├── create_fund_group.html │ │ ├── deletecreator.html │ │ ├── createprofile.html │ │ └── updatecreator.html └── urls.py ├── dumbshit ├── __init__.py ├── migrations │ ├── __init__.py │ └── __pycache__ │ │ └── __init__.cpython-311.pyc ├── tests.py ├── views.py ├── __pycache__ │ ├── apps.cpython-311.pyc │ ├── admin.cpython-311.pyc │ ├── models.cpython-311.pyc │ └── __init__.cpython-311.pyc ├── apps.py ├── models.py └── admin.py ├── profiles ├── __init__.py ├── migrations │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-311.pyc │ │ ├── 0001_initial.cpython-311.pyc │ │ ├── 0002_initial.cpython-311.pyc │ │ ├── 0051_profilerating.cpython-311.pyc │ │ ├── 0058_profile_noms.cpython-311.pyc │ │ ├── 0003_profile_videos.cpython-311.pyc │ │ ├── 0006_profile_videos.cpython-311.pyc │ │ ├── 0052_profile_ratings.cpython-311.pyc │ │ ├── 0005_profile_followers.cpython-311.pyc │ │ ├── 0013_alter_profile_bio.cpython-311.pyc │ │ ├── 0014_alter_profile_bio.cpython-311.pyc │ │ ├── 0015_alter_profile_bio.cpython-311.pyc │ │ ├── 0016_alter_profile_bio.cpython-311.pyc │ │ ├── 0017_alter_profile_bio.cpython-311.pyc │ │ ├── 0051_auto_20250501_2214.cpython-311.pyc │ │ ├── 0028_alter_chat_messages.cpython-311.pyc │ │ ├── 0029_alter_chat_messages.cpython-311.pyc │ │ ├── 0038_merge_20241126_2136.cpython-311.pyc │ │ ├── 0046_alter_profile_rating.cpython-311.pyc │ │ ├── 0003_alter_profile_options.cpython-311.pyc │ │ ├── 0007_remove_profile_videos.cpython-311.pyc │ │ ├── 0008_alter_profile_options.cpython-311.pyc │ │ ├── 0010_alter_profile_username.cpython-311.pyc │ │ ├── 0011_alter_profile_username.cpython-311.pyc │ │ ├── 0018_alter_profile_username.cpython-311.pyc │ │ ├── 0035_profile_notifications.cpython-311.pyc │ │ ├── 0048_profile_videos_and_more.cpython-311.pyc │ │ ├── 0053_alter_profile_followers.cpython-311.pyc │ │ ├── 0054_remove_profile_ratings.cpython-311.pyc │ │ ├── 0056_profile_nominated_video.cpython-311.pyc │ │ ├── 0025_profile_passed_milestones.cpython-311.pyc │ │ ├── 0032_profileactivity_searches.cpython-311.pyc │ │ ├── 0026_chat_message_chat_messages.cpython-311.pyc │ │ ├── 0036_alter_profile_notifications.cpython-311.pyc │ │ ├── 0004_alter_profile_profile_picture.cpython-311.pyc │ │ ├── 0009_alter_profile_profile_picture.cpython-311.pyc │ │ ├── 0022_alter_profile_profile_picture.cpython-311.pyc │ │ ├── 0023_alter_profile_profile_picture.cpython-311.pyc │ │ ├── 0024_alter_profile_profile_picture.cpython-311.pyc │ │ ├── 0027_alter_chat_id_alter_message_id.cpython-311.pyc │ │ ├── 0030_message_read_alter_message_sender.cpython-311.pyc │ │ ├── 0033_profileactivity_disliked_videos.cpython-311.pyc │ │ ├── 0034_remove_profile_activity_and_more.cpython-311.pyc │ │ ├── 0042_profile_helper_profile_moderator.cpython-311.pyc │ │ ├── 0045_profilecustomisation_video_banner.cpython-311.pyc │ │ ├── 0055_alter_profile_followers_and_more.cpython-311.pyc │ │ ├── 0002_rename_pfp_profile_profile_picture.cpython-311.pyc │ │ ├── 0050_alter_profile_recommendations_left.cpython-311.pyc │ │ ├── 0052_remove_profile_recommendations_left.cpython-311.pyc │ │ ├── 0057_profile_nominated_profile_and_more.cpython-311.pyc │ │ ├── 0004_profilecustomisation_background_image.cpython-311.pyc │ │ ├── 0041_profile_chats_profile_watched_videos.cpython-311.pyc │ │ ├── 0047_profilecustomisation_text_shadow_color.cpython-311.pyc │ │ ├── 0051_remove_profile_ratings_profilerating.cpython-311.pyc │ │ ├── 0021_alter_profile_bio_alter_profile_username.cpython-311.pyc │ │ ├── 0050_alter_profile_recommendations_left_and_more.cpython-311.pyc │ │ ├── 0035_profile_chats_profile_last_recommend_and_more.cpython-311.pyc │ │ ├── 0036_profile_chats_profile_notifications_and_more.cpython-311.pyc │ │ ├── 0039_profile_chats_profile_watched_videos_and_more.cpython-311.pyc │ │ ├── 0044_profile_ratings_profile_shadowbanned_and_more.cpython-311.pyc │ │ ├── 0048_alter_profilecustomisation_text_shadow_color.cpython-311.pyc │ │ ├── 0012_alter_profile_bio_alter_profile_profile_picture.cpython-311.pyc │ │ ├── 0019_alter_profile_id_alter_profile_profile_picture.cpython-311.pyc │ │ ├── 0020_alter_profile_id_alter_profile_profile_picture.cpython-311.pyc │ │ ├── 0050_alter_profile_recommendations_left_profilerating.cpython-311.pyc │ │ ├── 0005_alter_profilecustomisation_background_image_and_more.cpython-311.pyc │ │ ├── 0006_remove_profilecustomisation_background_image_and_more.cpython-311.pyc │ │ ├── 0007_alter_profilecustomisation_background_color_and_more.cpython-311.pyc │ │ ├── 0008_profilecustomisation_video_card_text_color_and_more.cpython-311.pyc │ │ ├── 0040_remove_profile_last_recommend_profile_chats_and_more.cpython-311.pyc │ │ ├── 0049_alter_profilecustomisation_background_color_and_more.cpython-311.pyc │ │ ├── 0031_profile_using_activity_alter_profile_followers_and_more.cpython-311.pyc │ │ ├── 0002_chat_members_message_sender_profile_customisation_and_more.cpython-311.pyc │ │ ├── 0037_profile_chats_profile_notifications_profile_rating_and_more.cpython-311.pyc │ │ └── 0043_rename_passed_milestones_profile_follower_milestones_and_more.cpython-311.pyc │ ├── 0038_merge_20241126_2136.py │ ├── 0007_remove_profile_videos.py │ ├── 0008_alter_profile_options.py │ ├── 0054_remove_profile_ratings.py │ ├── 0052_remove_profile_recommendations_left.py │ ├── 0003_alter_profile_options.py │ ├── 0002_rename_pfp_profile_profile_picture.py │ ├── 0006_profile_videos.py │ ├── 0014_alter_profile_bio.py │ ├── 0015_alter_profile_bio.py │ ├── 0016_alter_profile_bio.py │ ├── 0017_alter_profile_bio.py │ ├── 0025_profile_passed_milestones.py │ ├── 0029_alter_chat_messages.py │ ├── 0036_profile_chats_profile_notifications_and_more.py │ ├── 0013_alter_profile_bio.py │ ├── 0028_alter_chat_messages.py │ ├── 0004_alter_profile_profile_picture.py │ ├── 0032_profileactivity_searches.py │ ├── 0047_profilecustomisation_text_shadow_color.py │ ├── 0058_profile_noms.py │ ├── 0022_alter_profile_profile_picture.py │ ├── 0023_alter_profile_profile_picture.py │ ├── 0046_alter_profile_rating.py │ ├── 0033_profileactivity_disliked_videos.py │ ├── 0036_alter_profile_notifications.py │ ├── 0005_profile_followers.py │ ├── 0035_profile_notifications.py │ ├── 0034_remove_profile_activity_and_more.py │ ├── 0011_alter_profile_username.py │ ├── 0042_profile_helper_profile_moderator.py │ ├── 0018_alter_profile_username.py │ ├── 0009_alter_profile_profile_picture.py │ ├── 0010_alter_profile_username.py │ ├── 0024_alter_profile_profile_picture.py │ ├── 0056_profile_nominated_video.py │ ├── 0035_profile_chats_profile_last_recommend_and_more.py │ └── 0040_remove_profile_last_recommend_profile_chats_and_more.py ├── tests.py ├── static │ └── users │ │ ├── bg-auth.jpg │ │ └── bg-auth-create.jpg ├── __pycache__ │ ├── apps.cpython-311.pyc │ ├── urls.cpython-311.pyc │ ├── admin.cpython-311.pyc │ ├── forms.cpython-311.pyc │ ├── models.cpython-311.pyc │ ├── tokens.cpython-311.pyc │ ├── views.cpython-311.pyc │ ├── __init__.cpython-311.pyc │ ├── decorators.cpython-311.pyc │ └── middleware.cpython-311.pyc ├── templatetags │ ├── __pycache__ │ │ ├── count.cpython-311.pyc │ │ ├── count.cpython-312.pyc │ │ ├── current_profile.cpython-311.pyc │ │ └── current_profile.cpython-312.pyc │ └── current_profile.py ├── apps.py ├── templates │ ├── template_activate_account.html │ ├── profiles │ │ ├── customise_profile.html │ │ ├── password_reset_email.html │ │ ├── update_profile.html │ │ └── delete_profile.html │ └── notice.html ├── tokens.py ├── signal.py ├── middleware.py └── decorators.py ├── reports ├── __init__.py ├── migrations │ ├── __init__.py │ └── __pycache__ │ │ ├── __init__.cpython-311.pyc │ │ ├── 0001_initial.cpython-311.pyc │ │ └── 0006_suggestion.cpython-311.pyc ├── tests.py ├── __pycache__ │ ├── admin.cpython-311.pyc │ ├── apps.cpython-311.pyc │ ├── urls.cpython-311.pyc │ ├── views.cpython-311.pyc │ ├── models.cpython-311.pyc │ └── __init__.cpython-311.pyc ├── apps.py └── templates │ └── reports │ ├── suggestion_sent.html │ ├── video_report_sent.html │ ├── bug_report_sent.html │ ├── profile_report_sent.html │ ├── create_bug_report.html │ ├── create_video_report.html │ ├── create_profile_report.html │ ├── delete_report.html │ └── create_suggestion.html ├── notifications ├── __init__.py ├── migrations │ ├── __init__.py │ ├── __pycache__ │ │ ├── __init__.cpython-311.pyc │ │ ├── 0001_initial.cpython-311.pyc │ │ ├── 0002_initial.cpython-311.pyc │ │ ├── 0002_commentnotification.cpython-311.pyc │ │ ├── 0006_follownotification_and_more.cpython-311.pyc │ │ ├── 0013_messagenotification_and_more.cpython-311.pyc │ │ ├── 0008_alter_follownotification_profile.cpython-311.pyc │ │ ├── 0009_remove_likenotification_comment.cpython-311.pyc │ │ ├── 0018_alter_milestonenotification_video.cpython-311.pyc │ │ ├── 0019_alter_milestonenotification_video.cpython-311.pyc │ │ ├── 0020_alter_milestonenotification_video.cpython-311.pyc │ │ ├── 0021_alter_milestonenotification_video.cpython-311.pyc │ │ ├── 0022_commentnotification_special_reply.cpython-311.pyc │ │ ├── 0022_alter_basenotification_options_and_more.cpython-311.pyc │ │ ├── 0023_remove_commentnotification_special_reply.cpython-311.pyc │ │ ├── 0005_alter_commentnotification_message_and_more.cpython-311.pyc │ │ ├── 0011_remove_follownotification_follower_and_more.cpython-311.pyc │ │ ├── 0023_miscellaneousnotification_comment_and_more.cpython-311.pyc │ │ ├── 0003_remove_basenotification_notification_and_more.cpython-311.pyc │ │ ├── 0004_basenotification_update_notification_and_more.cpython-311.pyc │ │ ├── 0018_alter_milestonenotification_profile_and_more.cpython-311.pyc │ │ ├── 0019_alter_milestonenotification_profile_and_more.cpython-311.pyc │ │ ├── 0024_miscellaneousnotification_profiles_to_notify.cpython-311.pyc │ │ ├── 0002_basenotification_comment_notification_and_more.cpython-311.pyc │ │ ├── 0025_alter_miscellaneousnotification_comment_and_more.cpython-311.pyc │ │ ├── 0010_follownotification_follower_likenotification_liker.cpython-311.pyc │ │ ├── 0012_follownotification_follower_likenotification_liker.cpython-311.pyc │ │ ├── 0016_remove_basenotification_like_notification_and_more.cpython-311.pyc │ │ ├── 0026_alter_miscellaneousnotification_notified_profiles.cpython-311.pyc │ │ ├── 0027_alter_miscellaneousnotification_notified_profiles.cpython-311.pyc │ │ ├── 0014_remove_basenotification_message_notification_and_more.cpython-311.pyc │ │ ├── 0015_alter_basenotification_comment_notification_and_more.cpython-311.pyc │ │ ├── 0017_remove_basenotification_follow_notification_and_more.cpython-311.pyc │ │ ├── 0028_remove_miscellaneousnotification_profiles_to_notify.cpython-311.pyc │ │ └── 0007_follownotification_profile_likenotification_comment_and_more.cpython-311.pyc │ ├── 0009_remove_likenotification_comment.py │ ├── 0028_remove_miscellaneousnotification_profiles_to_notify.py │ ├── 0014_remove_basenotification_message_notification_and_more.py │ ├── 0016_remove_basenotification_like_notification_and_more.py │ ├── 0011_remove_follownotification_follower_and_more.py │ ├── 0024_miscellaneousnotification_profiles_to_notify.py │ ├── 0020_alter_milestonenotification_video.py │ ├── 0021_alter_milestonenotification_video.py │ └── 0019_alter_milestonenotification_video.py ├── tests.py ├── __pycache__ │ ├── apps.cpython-311.pyc │ ├── urls.cpython-311.pyc │ ├── admin.cpython-311.pyc │ ├── models.cpython-311.pyc │ ├── views.cpython-311.pyc │ └── __init__.cpython-311.pyc ├── apps.py ├── urls.py └── templates │ └── notifications │ └── search.html ├── developers.txt ├── requirements.txt ├── static ├── videos │ ├── bungle.vtt │ ├── bg-auth.jpg │ ├── bungle.jpg │ ├── favico.png │ ├── favicon.ico │ └── bg-auth-create.jpg ├── users │ ├── bg-auth.jpg │ └── bg-auth-create.jpg └── admin │ ├── img │ ├── tooltag-arrowright.svg │ ├── README.txt │ ├── icon-addlink.svg │ ├── tooltag-add.svg │ ├── icon-changelink.svg │ ├── icon-deletelink.svg │ ├── icon-yes.svg │ ├── search.svg │ ├── icon-alert.svg │ ├── icon-no.svg │ ├── inline-delete.svg │ ├── icon-viewlink.svg │ ├── icon-unknown.svg │ ├── icon-unknown-alt.svg │ └── icon-clock.svg │ ├── js │ ├── jquery.init.js │ ├── popup_response.js │ ├── vendor │ │ └── select2 │ │ │ └── i18n │ │ │ ├── zh-TW.js │ │ │ ├── zh-CN.js │ │ │ ├── ja.js │ │ │ ├── az.js │ │ │ ├── ko.js │ │ │ ├── vi.js │ │ │ └── tk.js │ ├── prepopulate_init.js │ └── change_form.js │ └── css │ ├── dashboard.css │ └── unusable_password_field.css ├── .gitignore └── manage.py /videos/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Glomble/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /comments/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /creator.txt: -------------------------------------------------------------------------------- 1 | DnGJTCYXZ2dJ -------------------------------------------------------------------------------- /creatorfund/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dumbshit/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /profiles/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /reports/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /notifications/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Glomble/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /comments/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dumbshit/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /profiles/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /reports/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /videos/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /creatorfund/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /notifications/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /developers.txt: -------------------------------------------------------------------------------- 1 | DnGJTCYXZ2dJ 2 | hVa_1HeyFPGk -------------------------------------------------------------------------------- /comments/admin.py: -------------------------------------------------------------------------------- 1 | from django.contrib import admin -------------------------------------------------------------------------------- /profiles/tests.py: -------------------------------------------------------------------------------- 1 | 2 | from django.test import TestCase 3 | -------------------------------------------------------------------------------- /reports/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /comments/models.py: -------------------------------------------------------------------------------- 1 | from django.db import models 2 | 3 | # Create your models here. 4 | 5 | -------------------------------------------------------------------------------- /creatorfund/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /dumbshit/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /dumbshit/views.py: -------------------------------------------------------------------------------- 1 | from django.shortcuts import render 2 | 3 | # Create your views here. 4 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/requirements.txt -------------------------------------------------------------------------------- /videos/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | 5 | -------------------------------------------------------------------------------- /comments/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | 5 | -------------------------------------------------------------------------------- /notifications/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /static/videos/bungle.vtt: -------------------------------------------------------------------------------- 1 | WEBVTT 2 | 00:00:00.250 --> 00:00:05.000 3 | This feature is still being worked on -------------------------------------------------------------------------------- /videos/bungle/bungle.vtt: -------------------------------------------------------------------------------- 1 | WEBVTT 2 | 00:00:00.250 --> 00:00:05.000 3 | This feature is still being worked on -------------------------------------------------------------------------------- /static/users/bg-auth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/static/users/bg-auth.jpg -------------------------------------------------------------------------------- /static/videos/bg-auth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/static/videos/bg-auth.jpg -------------------------------------------------------------------------------- /static/videos/bungle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/static/videos/bungle.jpg -------------------------------------------------------------------------------- /static/videos/favico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/static/videos/favico.png -------------------------------------------------------------------------------- /static/videos/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/static/videos/favicon.ico -------------------------------------------------------------------------------- /videos/bungle/bungle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/bungle/bungle.jpg -------------------------------------------------------------------------------- /static/users/bg-auth-create.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/static/users/bg-auth-create.jpg -------------------------------------------------------------------------------- /videos/static/videos/favico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/static/videos/favico.png -------------------------------------------------------------------------------- /profiles/static/users/bg-auth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/static/users/bg-auth.jpg -------------------------------------------------------------------------------- /static/videos/bg-auth-create.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/static/videos/bg-auth-create.jpg -------------------------------------------------------------------------------- /videos/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | 3 | 4 | class VideosConfig(AppConfig): 5 | name = 'videos' 6 | 7 | -------------------------------------------------------------------------------- /videos/static/videos/bg-auth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/static/videos/bg-auth.jpg -------------------------------------------------------------------------------- /videos/static/videos/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/static/videos/favicon.ico -------------------------------------------------------------------------------- /Glomble/__pycache__/local.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/local.cpython-311.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/local.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/local.cpython-312.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/urls.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/urls.cpython-310.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/urls.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/urls.cpython-312.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/urls.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/urls.cpython-38.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/urls.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/urls.cpython-39.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/wsgi.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/wsgi.cpython-310.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/wsgi.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/wsgi.cpython-311.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/wsgi.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/wsgi.cpython-312.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/wsgi.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/wsgi.cpython-38.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/wsgi.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/wsgi.cpython-39.pyc -------------------------------------------------------------------------------- /comments/__pycache__/admin.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/admin.cpython-39.pyc -------------------------------------------------------------------------------- /comments/__pycache__/apps.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/apps.cpython-310.pyc -------------------------------------------------------------------------------- /comments/__pycache__/apps.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/apps.cpython-311.pyc -------------------------------------------------------------------------------- /comments/__pycache__/apps.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/apps.cpython-312.pyc -------------------------------------------------------------------------------- /comments/__pycache__/apps.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/apps.cpython-39.pyc -------------------------------------------------------------------------------- /comments/__pycache__/urls.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/urls.cpython-310.pyc -------------------------------------------------------------------------------- /comments/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /comments/__pycache__/urls.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/urls.cpython-312.pyc -------------------------------------------------------------------------------- /comments/__pycache__/urls.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/urls.cpython-39.pyc -------------------------------------------------------------------------------- /comments/__pycache__/views.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/views.cpython-39.pyc -------------------------------------------------------------------------------- /dumbshit/__pycache__/apps.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/dumbshit/__pycache__/apps.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/__pycache__/apps.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/__pycache__/apps.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/static/users/bg-auth-create.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/static/users/bg-auth-create.jpg -------------------------------------------------------------------------------- /reports/__pycache__/admin.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/reports/__pycache__/admin.cpython-311.pyc -------------------------------------------------------------------------------- /reports/__pycache__/apps.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/reports/__pycache__/apps.cpython-311.pyc -------------------------------------------------------------------------------- /reports/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/reports/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /reports/__pycache__/views.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/reports/__pycache__/views.cpython-311.pyc -------------------------------------------------------------------------------- /videos/__pycache__/admin.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/__pycache__/admin.cpython-311.pyc -------------------------------------------------------------------------------- /videos/__pycache__/apps.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/__pycache__/apps.cpython-311.pyc -------------------------------------------------------------------------------- /videos/__pycache__/forms.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/__pycache__/forms.cpython-311.pyc -------------------------------------------------------------------------------- /videos/__pycache__/models.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/__pycache__/models.cpython-311.pyc -------------------------------------------------------------------------------- /videos/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /videos/__pycache__/views.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/__pycache__/views.cpython-311.pyc -------------------------------------------------------------------------------- /videos/static/videos/bg-auth-create.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/static/videos/bg-auth-create.jpg -------------------------------------------------------------------------------- /Glomble/__pycache__/__init__.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/__init__.cpython-38.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/__init__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/__init__.cpython-39.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/pc_prod.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/pc_prod.cpython-311.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/pc_prod.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/pc_prod.cpython-312.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/settings.cpython-38.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/settings.cpython-38.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/settings.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/settings.cpython-39.pyc -------------------------------------------------------------------------------- /comments/__pycache__/admin.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/admin.cpython-310.pyc -------------------------------------------------------------------------------- /comments/__pycache__/admin.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/admin.cpython-311.pyc -------------------------------------------------------------------------------- /comments/__pycache__/admin.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/admin.cpython-312.pyc -------------------------------------------------------------------------------- /comments/__pycache__/models.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/models.cpython-310.pyc -------------------------------------------------------------------------------- /comments/__pycache__/models.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/models.cpython-311.pyc -------------------------------------------------------------------------------- /comments/__pycache__/models.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/models.cpython-312.pyc -------------------------------------------------------------------------------- /comments/__pycache__/models.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/models.cpython-39.pyc -------------------------------------------------------------------------------- /comments/__pycache__/views.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/views.cpython-310.pyc -------------------------------------------------------------------------------- /comments/__pycache__/views.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/views.cpython-311.pyc -------------------------------------------------------------------------------- /comments/__pycache__/views.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/views.cpython-312.pyc -------------------------------------------------------------------------------- /dumbshit/__pycache__/admin.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/dumbshit/__pycache__/admin.cpython-311.pyc -------------------------------------------------------------------------------- /dumbshit/__pycache__/models.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/dumbshit/__pycache__/models.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/__pycache__/admin.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/__pycache__/admin.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/__pycache__/forms.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/__pycache__/forms.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/__pycache__/models.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/__pycache__/models.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/__pycache__/tokens.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/__pycache__/tokens.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/__pycache__/views.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/__pycache__/views.cpython-311.pyc -------------------------------------------------------------------------------- /reports/__pycache__/models.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/reports/__pycache__/models.cpython-311.pyc -------------------------------------------------------------------------------- /videos/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/prodmsft.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/prodmsft.cpython-312.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/production.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/production.cpython-311.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/production.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/production.cpython-312.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/production.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/production.cpython-39.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/settings.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/settings.cpython-310.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/settings.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/settings.cpython-311.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/settings.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/settings.cpython-312.pyc -------------------------------------------------------------------------------- /comments/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /comments/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /comments/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /comments/__pycache__/__init__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/__pycache__/__init__.cpython-39.pyc -------------------------------------------------------------------------------- /creatorfund/__pycache__/admin.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/__pycache__/admin.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/__pycache__/apps.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/__pycache__/apps.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/__pycache__/cron.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/__pycache__/cron.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/__pycache__/forms.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/__pycache__/forms.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/__pycache__/models.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/__pycache__/models.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/__pycache__/views.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/__pycache__/views.cpython-311.pyc -------------------------------------------------------------------------------- /dumbshit/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/dumbshit/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/__pycache__/apps.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/__pycache__/apps.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/__pycache__/urls.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/__pycache__/urls.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /reports/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/reports/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/basesettings.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/basesettings.cpython-39.pyc -------------------------------------------------------------------------------- /creatorfund/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/__pycache__/admin.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/__pycache__/admin.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/__pycache__/models.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/__pycache__/models.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/__pycache__/views.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/__pycache__/views.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/__pycache__/decorators.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/__pycache__/decorators.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/__pycache__/middleware.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/__pycache__/middleware.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /Glomble/__pycache__/storage_backends.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/Glomble/__pycache__/storage_backends.cpython-311.pyc -------------------------------------------------------------------------------- /videos/templatetags/__pycache__/count.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/templatetags/__pycache__/count.cpython-311.pyc -------------------------------------------------------------------------------- /videos/templatetags/__pycache__/count.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/templatetags/__pycache__/count.cpython-312.pyc -------------------------------------------------------------------------------- /comments/migrations/__pycache__/__init__.cpython-310.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/migrations/__pycache__/__init__.cpython-310.pyc -------------------------------------------------------------------------------- /comments/migrations/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/migrations/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /comments/migrations/__pycache__/__init__.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/migrations/__pycache__/__init__.cpython-312.pyc -------------------------------------------------------------------------------- /comments/migrations/__pycache__/__init__.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/migrations/__pycache__/__init__.cpython-39.pyc -------------------------------------------------------------------------------- /dumbshit/migrations/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/dumbshit/migrations/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/templatetags/__pycache__/count.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/templatetags/__pycache__/count.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/templatetags/__pycache__/count.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/templatetags/__pycache__/count.cpython-312.pyc -------------------------------------------------------------------------------- /reports/migrations/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/reports/migrations/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0001_initial.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0001_initial.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/__init__.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/__init__.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0001_initial.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0001_initial.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0002_initial.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0002_initial.cpython-311.pyc -------------------------------------------------------------------------------- /reports/migrations/__pycache__/0001_initial.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/reports/migrations/__pycache__/0001_initial.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0001_initial.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0001_initial.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0002_initial.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0002_initial.cpython-311.pyc -------------------------------------------------------------------------------- /dumbshit/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | 3 | 4 | class DumbshitConfig(AppConfig): 5 | default_auto_field = 'django.db.models.BigAutoField' 6 | name = 'dumbshit' 7 | -------------------------------------------------------------------------------- /reports/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | 3 | 4 | class ReportsConfig(AppConfig): 5 | default_auto_field = 'django.db.models.BigAutoField' 6 | name = 'reports' 7 | -------------------------------------------------------------------------------- /reports/migrations/__pycache__/0006_suggestion.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/reports/migrations/__pycache__/0006_suggestion.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0005_video_likes.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0005_video_likes.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0009_blocked_ips.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0009_blocked_ips.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0067_video_score.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0067_video_score.cpython-311.pyc -------------------------------------------------------------------------------- /videos/templatetags/__pycache__/current_profile.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/templatetags/__pycache__/current_profile.cpython-312.pyc -------------------------------------------------------------------------------- /comments/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | 3 | 4 | class CommentsConfig(AppConfig): 5 | default_auto_field = 'django.db.models.BigAutoField' 6 | name = 'comments' 7 | 8 | -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0001_initial.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0001_initial.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0002_initial.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0002_initial.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | 3 | 4 | class ProfilesConfig(AppConfig): 5 | default_auto_field = 'django.db.models.BigAutoField' 6 | name = 'profiles' 7 | 8 | -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0051_profilerating.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0051_profilerating.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0058_profile_noms.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0058_profile_noms.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/templatetags/__pycache__/current_profile.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/templatetags/__pycache__/current_profile.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/templatetags/__pycache__/current_profile.cpython-312.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/templatetags/__pycache__/current_profile.cpython-312.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0003_alter_video_id.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0003_alter_video_id.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0020_comment_parent.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0020_comment_parent.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0025_video_duration.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0025_video_duration.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0058_comment_reply.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0058_comment_reply.cpython-311.pyc -------------------------------------------------------------------------------- /comments/migrations/__pycache__/0001_createsuperuser.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/comments/migrations/__pycache__/0001_createsuperuser.cpython-39.pyc -------------------------------------------------------------------------------- /creatorfund/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | 3 | 4 | class CreatorfundConfig(AppConfig): 5 | default_auto_field = 'django.db.models.BigAutoField' 6 | name = 'creatorfund' 7 | -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0003_profile_videos.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0003_profile_videos.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0006_profile_videos.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0006_profile_videos.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0052_profile_ratings.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0052_profile_ratings.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0022_alter_video_title.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0022_alter_video_title.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0023_alter_video_title.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0023_alter_video_title.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0033_alter_video_title.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0033_alter_video_title.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0045_alter_video_title.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0045_alter_video_title.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0072_video_nominations.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0072_video_nominations.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/apps.py: -------------------------------------------------------------------------------- 1 | from django.apps import AppConfig 2 | 3 | 4 | class NotificationsConfig(AppConfig): 5 | default_auto_field = 'django.db.models.BigAutoField' 6 | name = 'notifications' 7 | -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0005_profile_followers.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0005_profile_followers.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0013_alter_profile_bio.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0013_alter_profile_bio.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0014_alter_profile_bio.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0014_alter_profile_bio.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0015_alter_profile_bio.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0015_alter_profile_bio.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0016_alter_profile_bio.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0016_alter_profile_bio.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0017_alter_profile_bio.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0017_alter_profile_bio.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0051_auto_20250501_2214.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0051_auto_20250501_2214.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0008_video_pinned_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0008_video_pinned_comment.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0010_delete_blocked_ips.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0010_delete_blocked_ips.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0019_delete_notification.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0019_delete_notification.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0050_comment_replying_to.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0050_comment_replying_to.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0052_comment_replying_to.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0052_comment_replying_to.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0063_alter_video_category.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0063_alter_video_category.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0006_alter_creator_id.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0006_alter_creator_id.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0028_alter_chat_messages.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0028_alter_chat_messages.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0029_alter_chat_messages.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0029_alter_chat_messages.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0038_merge_20241126_2136.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0038_merge_20241126_2136.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0046_alter_profile_rating.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0046_alter_profile_rating.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0002_alter_video_video_file.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0002_alter_video_video_file.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0003_alter_comment_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0003_alter_comment_comment.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0004_alter_video_thumbnail.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0004_alter_video_thumbnail.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0006_alter_comment_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0006_alter_comment_comment.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0014_alter_comment_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0014_alter_comment_comment.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0015_alter_comment_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0015_alter_comment_comment.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0017_alter_comment_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0017_alter_comment_comment.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0021_remove_comment_parent.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0021_remove_comment_parent.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0027_alter_video_thumbnail.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0027_alter_video_thumbnail.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0028_video_uploader_profile.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0028_video_uploader_profile.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0036_alter_comment_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0036_alter_comment_comment.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0041_alter_comment_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0041_alter_comment_comment.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0043_alter_video_thumbnail.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0043_alter_video_thumbnail.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0046_alter_comment_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0046_alter_comment_comment.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0065_alter_video_thumbnail.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0065_alter_video_thumbnail.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0071_alter_comment_options.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0071_alter_comment_options.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0003_alter_profile_options.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0003_alter_profile_options.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0007_remove_profile_videos.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0007_remove_profile_videos.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0008_alter_profile_options.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0008_alter_profile_options.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0010_alter_profile_username.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0010_alter_profile_username.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0011_alter_profile_username.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0011_alter_profile_username.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0018_alter_profile_username.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0018_alter_profile_username.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0035_profile_notifications.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0035_profile_notifications.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0048_profile_videos_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0048_profile_videos_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0053_alter_profile_followers.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0053_alter_profile_followers.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0054_remove_profile_ratings.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0054_remove_profile_ratings.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0056_profile_nominated_video.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0056_profile_nominated_video.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0002_alter_video_description.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0002_alter_video_description.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0013_alter_comment_commenter.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0013_alter_comment_commenter.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0031_alter_video_description.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0031_alter_video_description.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0032_alter_video_description.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0032_alter_video_description.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0034_alter_video_description.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0034_alter_video_description.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0035_alter_video_description.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0035_alter_video_description.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0038_alter_comment_commenter.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0038_alter_comment_commenter.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0060_video_push_notification.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0060_video_push_notification.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/forms.py: -------------------------------------------------------------------------------- 1 | from .models import Creator 2 | from django import forms 3 | 4 | class UpdateCreatorForm(forms.ModelForm): 5 | class Meta: 6 | model = Creator 7 | 8 | fields = ['paypal_email'] -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0002_rename_profile_creator.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0002_rename_profile_creator.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0002_commentnotification.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0002_commentnotification.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0025_profile_passed_milestones.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0025_profile_passed_milestones.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0032_profileactivity_searches.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0032_profileactivity_searches.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0006_remove_video_likes_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0006_remove_video_likes_comment.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0051_remove_comment_replying_to.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0051_remove_comment_replying_to.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0069_alter_video_pinned_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0069_alter_video_pinned_comment.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0010_alter_creatorfund_members.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0010_alter_creatorfund_members.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0011_creatorfund_group_creator.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0011_creatorfund_group_creator.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0026_chat_message_chat_messages.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0026_chat_message_chat_messages.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0036_alter_profile_notifications.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0036_alter_profile_notifications.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0012_alter_video_uploader_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0012_alter_video_uploader_comment.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0026_remove_video_views_video_views.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0026_remove_video_views_video_views.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0029_remove_video_uploader_profile.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0029_remove_video_uploader_profile.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0003_alter_creator_paypal_email.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0003_alter_creator_paypal_email.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0014_alter_creator_paypal_email.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0014_alter_creator_paypal_email.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0004_alter_profile_profile_picture.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0004_alter_profile_profile_picture.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0009_alter_profile_profile_picture.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0009_alter_profile_profile_picture.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0022_alter_profile_profile_picture.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0022_alter_profile_profile_picture.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0023_alter_profile_profile_picture.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0023_alter_profile_profile_picture.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0024_alter_profile_profile_picture.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0024_alter_profile_profile_picture.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0027_alter_chat_id_alter_message_id.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0027_alter_chat_id_alter_message_id.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0024_alter_video_options_video_views.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0024_alter_video_options_video_views.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0067_video_recommendation_multiplier.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0067_video_recommendation_multiplier.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0015_alter_creator_percentage_share.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0015_alter_creator_percentage_share.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0006_follownotification_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0006_follownotification_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0013_messagenotification_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0013_messagenotification_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0030_message_read_alter_message_sender.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0030_message_read_alter_message_sender.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0033_profileactivity_disliked_videos.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0033_profileactivity_disliked_videos.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0034_remove_profile_activity_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0034_remove_profile_activity_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0042_profile_helper_profile_moderator.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0042_profile_helper_profile_moderator.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0045_profilecustomisation_video_banner.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0045_profilecustomisation_video_banner.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0055_alter_profile_followers_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0055_alter_profile_followers_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0018_alter_comment_comment_notification.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0018_alter_comment_comment_notification.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0012_alter_creatorfund_group_creator.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0012_alter_creatorfund_group_creator.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0013_remove_creatorfund_group_creator.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0013_remove_creatorfund_group_creator.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0002_rename_pfp_profile_profile_picture.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0002_rename_pfp_profile_profile_picture.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0050_alter_profile_recommendations_left.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0050_alter_profile_recommendations_left.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0052_remove_profile_recommendations_left.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0052_remove_profile_recommendations_left.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0057_profile_nominated_profile_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0057_profile_nominated_profile_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0007_alter_video_video_file_delete_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0007_alter_video_video_file_delete_comment.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0057_video_comments_alter_comment_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0057_video_comments_alter_comment_comment.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0059_remove_comment_reply_comment_replies.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0059_remove_comment_reply_comment_replies.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0008_alter_follownotification_profile.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0008_alter_follownotification_profile.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0009_remove_likenotification_comment.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0009_remove_likenotification_comment.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0018_alter_milestonenotification_video.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0018_alter_milestonenotification_video.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0019_alter_milestonenotification_video.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0019_alter_milestonenotification_video.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0020_alter_milestonenotification_video.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0020_alter_milestonenotification_video.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0021_alter_milestonenotification_video.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0021_alter_milestonenotification_video.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0022_commentnotification_special_reply.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0022_commentnotification_special_reply.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/urls.py: -------------------------------------------------------------------------------- 1 | from django.contrib import admin 2 | from django.urls import path 3 | from .views import NotificationsIndex 4 | 5 | urlpatterns = [ 6 | path('', NotificationsIndex.as_view(), name='notification-index'), 7 | ] 8 | -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0004_profilecustomisation_background_image.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0004_profilecustomisation_background_image.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0041_profile_chats_profile_watched_videos.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0041_profile_chats_profile_watched_videos.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0047_profilecustomisation_text_shadow_color.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0047_profilecustomisation_text_shadow_color.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0051_remove_profile_ratings_profilerating.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0051_remove_profile_ratings_profilerating.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0048_alter_comment_comment_alter_video_title.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0048_alter_comment_comment_alter_video_title.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0061_video_recommendation_milestones_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0061_video_recommendation_milestones_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0021_alter_profile_bio_alter_profile_username.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0021_alter_profile_bio_alter_profile_username.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0011_alter_video_thumbnail_alter_video_uploader.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0011_alter_video_thumbnail_alter_video_uploader.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0053_remove_comment_passed_milestones_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0053_remove_comment_passed_milestones_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0050_alter_profile_recommendations_left_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0050_alter_profile_recommendations_left_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0005_alter_comment_comment_alter_comment_commenter.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0005_alter_comment_comment_alter_comment_commenter.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0037_alter_comment_commenter_alter_video_uploader.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0037_alter_comment_commenter_alter_video_uploader.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0039_alter_comment_commenter_alter_video_uploader.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0039_alter_comment_commenter_alter_video_uploader.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0040_alter_comment_commenter_alter_video_uploader.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0040_alter_comment_commenter_alter_video_uploader.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0062_video_category_alter_video_thumbnail_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0062_video_category_alter_video_thumbnail_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0064_alter_video_thumbnail_alter_video_video_file.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0064_alter_video_thumbnail_alter_video_video_file.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0070_alter_video_thumbnail_alter_video_video_file.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0070_alter_video_thumbnail_alter_video_video_file.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/admin.py: -------------------------------------------------------------------------------- 1 | from django.contrib import admin 2 | from .models import Creator, CreatorFund, CreatorGroup 3 | 4 | # Register your models here. 5 | admin.site.register(Creator) 6 | admin.site.register(CreatorFund) 7 | admin.site.register(CreatorGroup) -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0022_alter_basenotification_options_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0022_alter_basenotification_options_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0023_remove_commentnotification_special_reply.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0023_remove_commentnotification_special_reply.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0035_profile_chats_profile_last_recommend_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0035_profile_chats_profile_last_recommend_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0036_profile_chats_profile_notifications_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0036_profile_chats_profile_notifications_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0039_profile_chats_profile_watched_videos_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0039_profile_chats_profile_watched_videos_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0044_profile_ratings_profile_shadowbanned_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0044_profile_ratings_profile_shadowbanned_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0048_alter_profilecustomisation_text_shadow_color.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0048_alter_profilecustomisation_text_shadow_color.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0004_alter_comment_commenter_alter_video_description.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0004_alter_comment_commenter_alter_video_description.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0042_video_unlisted_alter_video_description_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0042_video_unlisted_alter_video_description_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0054_remove_video_suggestions_video_recommendations.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0054_remove_video_suggestions_video_recommendations.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0004_creator_percentage_share_creatorfund_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0004_creator_percentage_share_creatorfund_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0005_creatorfund_members_alter_creatorfund_money.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0005_creatorfund_members_alter_creatorfund_money.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0005_alter_commentnotification_message_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0005_alter_commentnotification_message_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0011_remove_follownotification_follower_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0011_remove_follownotification_follower_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0023_miscellaneousnotification_comment_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0023_miscellaneousnotification_comment_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0012_alter_profile_bio_alter_profile_profile_picture.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0012_alter_profile_bio_alter_profile_profile_picture.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0019_alter_profile_id_alter_profile_profile_picture.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0019_alter_profile_id_alter_profile_profile_picture.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0020_alter_profile_id_alter_profile_profile_picture.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0020_alter_profile_id_alter_profile_profile_picture.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0050_alter_profile_recommendations_left_profilerating.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0050_alter_profile_recommendations_left_profilerating.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0049_comment_passed_milestones_video_passed_milestones.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0049_comment_passed_milestones_video_passed_milestones.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0055_remove_video_recommendations_video_recommendations.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0055_remove_video_recommendations_video_recommendations.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0068_remove_video_recommendation_multiplier_video_score.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0068_remove_video_recommendation_multiplier_video_score.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0068_remove_video_recommendations_video_recommendations.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0068_remove_video_recommendations_video_recommendations.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0069_remove_video_recommendations_video_recommendations.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0069_remove_video_recommendations_video_recommendations.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0007_remove_creatorfund_members_creatorfund_members.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0007_remove_creatorfund_members_creatorfund_members.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0009_alter_creatorfund_id_alter_creatorfund_members.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0009_alter_creatorfund_id_alter_creatorfund_members.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0003_remove_basenotification_notification_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0003_remove_basenotification_notification_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0004_basenotification_update_notification_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0004_basenotification_update_notification_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0018_alter_milestonenotification_profile_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0018_alter_milestonenotification_profile_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0019_alter_milestonenotification_profile_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0019_alter_milestonenotification_profile_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0024_miscellaneousnotification_profiles_to_notify.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0024_miscellaneousnotification_profiles_to_notify.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/templates/template_activate_account.html: -------------------------------------------------------------------------------- 1 | {% autoescape off %} 2 | Hi {{ user }}, 3 | 4 | Please click on the link below to confirm your registration: 5 | 6 | {{ protocol }}://{{ domain }}{% url 'activate' uidb64=uid token=token %} 7 | {% endautoescape %} -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0008_alter_video_options_alter_video_description_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0008_alter_video_options_alter_video_description_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0044_alter_comment_comment_alter_video_thumbnail_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0044_alter_comment_comment_alter_video_thumbnail_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0066_video_pinned_comment_alter_comment_comment_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0066_video_pinned_comment_alter_comment_comment_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0008_rename_money_creatorfund_percentage_share_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0008_rename_money_creatorfund_percentage_share_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0002_basenotification_comment_notification_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0002_basenotification_comment_notification_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0025_alter_miscellaneousnotification_comment_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0025_alter_miscellaneousnotification_comment_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0005_alter_profilecustomisation_background_image_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0005_alter_profilecustomisation_background_image_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0006_remove_profilecustomisation_background_image_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0006_remove_profilecustomisation_background_image_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0007_alter_profilecustomisation_background_color_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0007_alter_profilecustomisation_background_color_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0008_profilecustomisation_video_card_text_color_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0008_profilecustomisation_video_card_text_color_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0040_remove_profile_last_recommend_profile_chats_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0040_remove_profile_last_recommend_profile_chats_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0049_alter_profilecustomisation_background_color_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0049_alter_profilecustomisation_background_color_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0007_alter_comment_comment_alter_video_description_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0007_alter_comment_comment_alter_video_description_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0030_alter_comment_comment_alter_video_description_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0030_alter_comment_comment_alter_video_description_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0056_alter_comment_comment_alter_video_description_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0056_alter_comment_comment_alter_video_description_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0010_follownotification_follower_likenotification_liker.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0010_follownotification_follower_likenotification_liker.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0012_follownotification_follower_likenotification_liker.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0012_follownotification_follower_likenotification_liker.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0016_remove_basenotification_like_notification_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0016_remove_basenotification_like_notification_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0026_alter_miscellaneousnotification_notified_profiles.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0026_alter_miscellaneousnotification_notified_profiles.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0027_alter_miscellaneousnotification_notified_profiles.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0027_alter_miscellaneousnotification_notified_profiles.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0031_profile_using_activity_alter_profile_followers_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0031_profile_using_activity_alter_profile_followers_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0047_video_notification_message_alter_comment_comment_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0047_video_notification_message_alter_comment_comment_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0014_remove_basenotification_message_notification_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0014_remove_basenotification_message_notification_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0015_alter_basenotification_comment_notification_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0015_alter_basenotification_comment_notification_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0017_remove_basenotification_follow_notification_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0017_remove_basenotification_follow_notification_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0028_remove_miscellaneousnotification_profiles_to_notify.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0028_remove_miscellaneousnotification_profiles_to_notify.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0002_chat_members_message_sender_profile_customisation_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0002_chat_members_message_sender_profile_customisation_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0037_profile_chats_profile_notifications_profile_rating_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0037_profile_chats_profile_notifications_profile_rating_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /videos/migrations/__pycache__/0016_alter_comment_options_comment_dislikes_comment_likes_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/videos/migrations/__pycache__/0016_alter_comment_options_comment_dislikes_comment_likes_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /creatorfund/migrations/__pycache__/0016_rename_percentage_share_creatorfund_available_money_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/creatorfund/migrations/__pycache__/0016_rename_percentage_share_creatorfund_available_money_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /profiles/migrations/__pycache__/0043_rename_passed_milestones_profile_follower_milestones_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/profiles/migrations/__pycache__/0043_rename_passed_milestones_profile_follower_milestones_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /notifications/migrations/__pycache__/0007_follownotification_profile_likenotification_comment_and_more.cpython-311.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/404talentnotfound/Glomble/HEAD/notifications/migrations/__pycache__/0007_follownotification_profile_likenotification_comment_and_more.cpython-311.pyc -------------------------------------------------------------------------------- /dumbshit/models.py: -------------------------------------------------------------------------------- 1 | from django.db.models.signals import class_prepared 2 | 3 | def longer_username(sender, *args, **kwargs): 4 | if sender.__name__ == "User" and sender.__module__ == "django.contrib.auth.models": 5 | sender._meta.get_field("username").max_length = 20 6 | 7 | class_prepared.connect(longer_username) 8 | -------------------------------------------------------------------------------- /static/admin/img/tooltag-arrowright.svg: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | secret_key.txt 2 | email_pass.txt 3 | email.txt 4 | ca.crt 5 | ca.key 6 | client.crt 7 | client.csr 8 | client.key 9 | client.p12 10 | glomble.crt 11 | glomble.csr 12 | glomble.key 13 | db.sqlite3 14 | storage_access_key.txt 15 | storage_secret_key.txt 16 | GlombleEnv/ 17 | .vscode/ 18 | conf/ 19 | media/ 20 | config/ -------------------------------------------------------------------------------- /profiles/templatetags/current_profile.py: -------------------------------------------------------------------------------- 1 | from django import template 2 | from profiles.models import Profile 3 | 4 | register = template.Library() 5 | 6 | @register.simple_tag 7 | def find(user): 8 | if not user: 9 | raise template.TemplateSyntaxError('`find` tag requires filters.') 10 | return Profile.objects.all().get(username=user) -------------------------------------------------------------------------------- /static/admin/img/README.txt: -------------------------------------------------------------------------------- 1 | All icons are taken from Font Awesome (https://fontawesome.com/) project. 2 | The Font Awesome font is licensed under the SIL OFL 1.1: 3 | - https://scripts.sil.org/OFL 4 | 5 | SVG icons source: https://github.com/encharm/Font-Awesome-SVG-PNG 6 | Font-Awesome-SVG-PNG is licensed under the MIT license (see file license 7 | in current folder). 8 | -------------------------------------------------------------------------------- /static/admin/img/icon-addlink.svg: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /static/admin/img/tooltag-add.svg: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /reports/templates/reports/suggestion_sent.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
(images must be a png or jpg between 1kb and 10mb)
7 | 12 |