File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55__pycache__
66db.sqlite3
77media
8- migrations
8+ ** /migrations /*
9+ ! ** /migrations /__init__.py
910.vscode
1011
1112# Backup files #
File renamed without changes.
Original file line number Diff line number Diff line change 11"""
2- Django settings for Bitbyte project.
2+ Django settings for bitbyte project.
33
44Generated by 'django-admin startproject' using Django 2.2.10.
55
5050 'django.middleware.clickjacking.XFrameOptionsMiddleware' ,
5151]
5252
53- ROOT_URLCONF = 'Bitbyte .urls'
53+ ROOT_URLCONF = 'bitbyte .urls'
5454
5555TEMPLATES = [
5656 {
6868 },
6969]
7070
71- WSGI_APPLICATION = 'Bitbyte .wsgi.application'
71+ WSGI_APPLICATION = 'bitbyte .wsgi.application'
7272
7373
7474# Database
File renamed without changes.
Original file line number Diff line number Diff line change 11"""
2- WSGI config for Bitbyte project.
2+ WSGI config for bitbyte project.
33
44It exposes the WSGI callable as a module-level variable named ``application``.
55
1111
1212from django .core .wsgi import get_wsgi_application
1313
14- os .environ .setdefault ('DJANGO_SETTINGS_MODULE' , 'Bitbyte .settings' )
14+ os .environ .setdefault ('DJANGO_SETTINGS_MODULE' , 'bitbyte .settings' )
1515
1616application = get_wsgi_application ()
Original file line number Diff line number Diff line change 55
66
77def main ():
8- os .environ .setdefault ('DJANGO_SETTINGS_MODULE' , 'Bitbyte .settings' )
8+ os .environ .setdefault ('DJANGO_SETTINGS_MODULE' , 'bitbyte .settings' )
99 try :
1010 from django .core .management import execute_from_command_line
1111 except ImportError as exc :
You can’t perform that action at this time.
0 commit comments