Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 01b858e

Browse files
committed
changed name of the app
1 parent 871e0b5 commit 01b858e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ajax_cbv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from __future__ import unicode_literals
33

44

5-
default_app_config = 'ajax_cbv.apps.AjaxViewsConfig'
5+
default_app_config = 'ajax_cbv.apps.AjaxCBVConfig'
66

77
__version__ = '0.1.0'

ajax_cbv/apps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from django.apps import AppConfig
44

55

6-
class AjaxViewsConfig(AppConfig):
6+
class AjaxCBVConfig(AppConfig):
77
name = 'ajax_cbv'

0 commit comments

Comments
 (0)