Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-ny committed Sep 24, 2024
1 parent dd7269e commit 4d7fde4
Show file tree
Hide file tree
Showing 31 changed files with 2,200 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from app.commands.BlabberCommand import BlabberCommand
from application.commands.BlabberCommand import BlabberCommand
from typing import override
import sys
import logging
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from app.commands.BlabberCommand import BlabberCommand
from application.commands.BlabberCommand import BlabberCommand
from typing import override
import sys
import logging
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
from django.views.decorators.csrf import csrf_exempt

# These commands are used in blabbers post request.
from app.commands.BlabberCommand import BlabberCommand
from app.commands.IgnoreCommand import IgnoreCommand
from app.commands.ListenCommand import ListenCommand
from application.commands.BlabberCommand import BlabberCommand
from application.commands.IgnoreCommand import IgnoreCommand
from application.commands.ListenCommand import ListenCommand

from app.models import Blab, Blabber, Comment
from application.models import Blab, Blabber, Comment

# Get logger

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from django.shortcuts import redirect, render
from django.contrib.auth import authenticate
from django.db import connection, transaction
from app.models import create
from application.models import create



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


from django.shortcuts import render
from app.fortune.fortuneData import FortuneData, RiddleData
from application.fortune.fortuneData import FortuneData, RiddleData



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from django.views.decorators.clickjacking import xframe_options_exempt
import mimetypes

from app.models import User, Blabber
from app.forms import RegisterForm
from application.models import User, Blabber
from application.forms import RegisterForm


# Get logger
Expand Down
2,190 changes: 2,190 additions & 0 deletions results.json

Large diffs are not rendered by default.

0 comments on commit 4d7fde4

Please sign in to comment.