-
Notifications
You must be signed in to change notification settings - Fork 0
/
PYSMELLTAGS
55 lines (55 loc) · 2.63 KB
/
PYSMELLTAGS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{'CLASSES': {'myweb.blog.tests.SimpleTest': {'bases': ['django.test.TestCase'],
'constructor': [],
'docstring': '',
'methods': [('test_basic_addition',
[],
'\n Tests that 1 + 1 always equals 2.\n ')],
'properties': []}},
'CONSTANTS': ['myweb.settings.DEBUG',
'myweb.settings.TEMPLATE_DEBUG',
'myweb.settings.ADMINS',
'myweb.settings.MANAGERS',
'myweb.settings.DATABASES',
'myweb.settings.ALLOWED_HOSTS',
'myweb.settings.TIME_ZONE',
'myweb.settings.LANGUAGE_CODE',
'myweb.settings.SITE_ID',
'myweb.settings.USE_I18N',
'myweb.settings.USE_L10N',
'myweb.settings.USE_TZ',
'myweb.settings.MEDIA_ROOT',
'myweb.settings.MEDIA_URL',
'myweb.settings.STATIC_ROOT',
'myweb.settings.STATIC_URL',
'myweb.settings.STATICFILES_DIRS',
'myweb.settings.STATICFILES_FINDERS',
'myweb.settings.SECRET_KEY',
'myweb.settings.TEMPLATE_LOADERS',
'myweb.settings.MIDDLEWARE_CLASSES',
'myweb.settings.ROOT_URLCONF',
'myweb.settings.WSGI_APPLICATION',
'myweb.settings.TEMPLATE_DIRS',
'myweb.settings.INSTALLED_APPS',
'myweb.settings.LOGGING',
'myweb.wsgi.application',
'myweb.urls.urlpatterns'],
'FUNCTIONS': [],
'HIERARCHY': ['manage',
'myweb.settings',
'myweb.wsgi',
'myweb.urls',
'myweb',
'myweb.blog.models',
'myweb.blog.tests',
'myweb.blog.views',
'myweb.blog'],
'POINTERS': {'manage.execute_from_command_line': 'django.core.management.execute_from_command_line',
'manage.os': 'os',
'manage.sys': 'sys',
'myweb.blog.models.models': 'django.db.models',
'myweb.blog.tests.TestCase': 'django.test.TestCase',
'myweb.urls.include': 'django.conf.urls.include',
'myweb.urls.patterns': 'django.conf.urls.patterns',
'myweb.urls.url': 'django.conf.urls.url',
'myweb.wsgi.get_wsgi_application': 'django.core.wsgi.get_wsgi_application',
'myweb.wsgi.os': 'os'}}