File: __init__.py

package info (click to toggle)
python-pytest-djangoapp 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: python: 1,116; makefile: 114; sh: 6
file content (13 lines) | stat: -rw-r--r-- 537 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
from .commands import command_run, command_makemigrations
from .db import db_queries
from .live import liveserver, liveclient
from .mail import mail_outbox
from .messages import messages
from .migrations import check_migrations
from .request import request_factory, request_get, request_post, request_client
from .settings import settings
from .templates import template_render_tag, template_context, template_strip_tags
from .users import user_create, user_model, user
from .utils import conf_app_name

fixtures_registered: bool = True