Welcome to django_template’s documentation!¶
djangoTemplate package¶
Subpackages¶
Submodules¶
djangoTemplate.urls module¶
djangoTemplate URL Configuration
- The urlpatterns list routes URLs to views. For more information please see:
- https://docs.djangoproject.com/en/1.10/topics/http/urls/
djangoTemplate.wsgi module¶
WSGI config for djangoTemplate 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/1.10/howto/deployment/wsgi/
Module contents¶
djangoTemplate¶
base package¶
Subpackages¶
Submodules¶
base.admin module¶
base.apps module¶
base.models module¶
base.test_views module¶
-
class
base.test_views.
TestBaseViews
(methodName='runTest')[source]¶ Bases:
django.contrib.staticfiles.testing.StaticLiveServerTestCase
Integration test suite for testing the views in the app: base.
Test the url for home and the basefiles like robots.txt and humans.txt
-
browser
¶ Browser – Driver to navigate through websites and to run integration tests.
-
test_home
()[source]¶ Test for url ‘base:home’.
Visit the url of name ‘home’ and check it loads the content
-