mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-16 01:44:51 +03:00
Fix ends of files
This commit is contained in:
parent
1faa3fbdc7
commit
dd898435ef
|
@ -1,3 +1,2 @@
|
||||||
"""Define serializers for the {{ '{{' }} app_name {{ '}}' }} api."""
|
"""Define serializers for the {{ '{{' }} app_name {{ '}}' }} api."""
|
||||||
from rest_framework import serializers
|
from rest_framework import serializers
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
"""Define API views for {{ '{{' }} app_name {{ '}}' }} app."""
|
"""Define API views for {{ '{{' }} app_name {{ '}}' }} app."""
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,3 @@ import pytest
|
||||||
from django.urls import resolve, reverse
|
from django.urls import resolve, reverse
|
||||||
|
|
||||||
pytestmark = pytest.mark.django_db
|
pytestmark = pytest.mark.django_db
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,3 @@ import pytest
|
||||||
from django.test import RequestFactory
|
from django.test import RequestFactory
|
||||||
|
|
||||||
pytestmark = pytest.mark.django_db
|
pytestmark = pytest.mark.django_db
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user