diff --git a/README.txt b/README.txt new file mode 100644 index 000000000..6aaf1b433 --- /dev/null +++ b/README.txt @@ -0,0 +1 @@ +This is the backend assignment README file. \ No newline at end of file diff --git a/conversations/__init__.py b/conversations/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/conversations/admin.py b/conversations/admin.py new file mode 100644 index 000000000..593d11e89 --- /dev/null +++ b/conversations/admin.py @@ -0,0 +1 @@ +# admin.py \ No newline at end of file diff --git a/conversations/apps.py b/conversations/apps.py new file mode 100644 index 000000000..8f2529751 --- /dev/null +++ b/conversations/apps.py @@ -0,0 +1 @@ +# apps.py \ No newline at end of file diff --git a/conversations/management/commands/cleanup_old_conversations.py b/conversations/management/commands/cleanup_old_conversations.py new file mode 100644 index 000000000..5ddd93a9a --- /dev/null +++ b/conversations/management/commands/cleanup_old_conversations.py @@ -0,0 +1 @@ +# cleanup_old_conversations.py \ No newline at end of file diff --git a/conversations/models.py b/conversations/models.py new file mode 100644 index 000000000..edda8e709 --- /dev/null +++ b/conversations/models.py @@ -0,0 +1 @@ +# models.py \ No newline at end of file diff --git a/conversations/serializers.py b/conversations/serializers.py new file mode 100644 index 000000000..761f8443c --- /dev/null +++ b/conversations/serializers.py @@ -0,0 +1 @@ +# serializers.py \ No newline at end of file diff --git a/conversations/signals.py b/conversations/signals.py new file mode 100644 index 000000000..048e327a4 --- /dev/null +++ b/conversations/signals.py @@ -0,0 +1 @@ +# signals.py \ No newline at end of file diff --git a/conversations/urls.py b/conversations/urls.py new file mode 100644 index 000000000..80171a7d1 --- /dev/null +++ b/conversations/urls.py @@ -0,0 +1 @@ +# urls.py \ No newline at end of file diff --git a/conversations/views.py b/conversations/views.py new file mode 100644 index 000000000..5ff9cdcd8 --- /dev/null +++ b/conversations/views.py @@ -0,0 +1 @@ +# views.py \ No newline at end of file