Další zastaralé coding: utf-8

This commit is contained in:
Jonas Havelka 2023-08-10 22:05:26 +02:00
parent 6ff0438874
commit c6805ad7b5
5 changed files with 0 additions and 5 deletions

View file

@ -1,4 +1,3 @@
#coding: utf-8
from galerie.models import Obrazek, Galerie
from django.contrib import admin

View file

@ -1,4 +1,3 @@
#coding: utf-8
from django import forms
from soustredeni.models import Soustredeni

View file

@ -1,4 +1,3 @@
# coding: utf-8
from django.db import models
#from django.db.models import Q

View file

@ -1,4 +1,3 @@
# coding: utf-8
import random

View file

@ -1,4 +1,3 @@
# coding: utf-8
from django import forms
class NewPrednaskyForm(forms.Form):