Skip to content

Instantly share code, notes, and snippets.

@mansha99
Created July 9, 2023 09:06
Show Gist options
  • Save mansha99/d2fdb7d61608cc6496361194f9a31b71 to your computer and use it in GitHub Desktop.
Save mansha99/d2fdb7d61608cc6496361194f9a31b71 to your computer and use it in GitHub Desktop.
project_app_apps.py
from django.apps import AppConfig
class HelloappConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "helloapp"
def ready(self):
from helloapp import receivers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment