Skip to content

Commit

Permalink
docs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurVardevanyan committed Nov 4, 2021
1 parent 1791bff commit bf8240a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
16 changes: 1 addition & 15 deletions AnalyticsforSpotify/urls.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
"""AnalyticsforSpotify URL Configuration
The `urlpatterns` list routes URLs to views. For more information please see:
https://docs.djangoproject.com/en/3.0/topics/http/urls/
Examples:
Function views
1. Add an import: from my_app import views
2. Add a URL to urlpatterns: path('', views.home, name='home')
Class-based views
1. Add an import: from other_app.views import Home
2. Add a URL to urlpatterns: path('', Home.as_view(), name='home')
Including another URLconf
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""
"""AnalyticsforSpotify URL Configuration"""
from django.urls import include, path
from django.conf import settings
from django.conf.urls.static import static
Expand Down
13 changes: 2 additions & 11 deletions AnalyticsforSpotify/wsgi.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
"""
WSGI config for AnalyticsforSpotify project.
It exposes the WSGI callable as a module-level variable named ``application``.
For more information on this file, see
https://docs.djangoproject.com/en/3.0/howto/deployment/wsgi/
"""

import os

"""WSGI config for AnalyticsforSpotify project."""
from django.core.wsgi import get_wsgi_application
import os

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'AnalyticsforSpotify.settings')
application = get_wsgi_application()
7 changes: 0 additions & 7 deletions webBackend/models.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# This is an auto-generated Django model module.
# You'll have to do the following manually to clean this up:
# * Rearrange models' order
# * Make sure each model has one field with primary_key=True
# * Make sure each ForeignKey and OneToOneField has `on_delete` set to the desired behavior
# * Remove `managed = False` lines if you wish to allow Django to create, modify, and delete the table
# Feel free to rename the models, but don't rename db_table values or field names.
from django.db import models


Expand Down

0 comments on commit bf8240a

Please sign in to comment.