]> git.0d.be Git - earwig.git/commitdiff
reduce docstrings
authorFrédéric Péters <fpeters@0d.be>
Sat, 1 Sep 2018 07:33:20 +0000 (09:33 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 1 Sep 2018 07:33:20 +0000 (09:33 +0200)
earwig/settings.py
earwig/urls.py

index 263d02efd6b1e1b257b8ad86831c126f0125300e..4406d34af947840eedc7416ef51b2161e9fc2ec9 100644 (file)
@@ -1,8 +1,6 @@
 """
 Django settings for earwig project.
 
-Generated by 'django-admin startproject' using Django 1.11.11.
-
 For more information on this file, see
 https://docs.djangoproject.com/en/1.11/topics/settings/
 
index 51d196b6ce9cdb915546ac204a3d27242a48e63c..b72ebd033bb803cb3a92aa1dd69654094251cd2f 100644 (file)
@@ -1,17 +1,4 @@
 """earwig URL Configuration
-
-The `urlpatterns` list routes URLs to views. For more information please see:
-    https://docs.djangoproject.com/en/1.11/topics/http/urls/
-Examples:
-Function views
-    1. Add an import:  from my_app import views
-    2. Add a URL to urlpatterns:  url(r'^$', views.home, name='home')
-Class-based views
-    1. Add an import:  from other_app.views import Home
-    2. Add a URL to urlpatterns:  url(r'^$', Home.as_view(), name='home')
-Including another URLconf
-    1. Import the include() function: from django.conf.urls import url, include
-    2. Add a URL to urlpatterns:  url(r'^blog/', include('blog.urls'))
 """
 from django.conf.urls import url
 from django.contrib import admin