Gros nettoyage de printemps

Suppression des `__pycache__/` et `*.pyc` principalement.
This commit is contained in:
Kerl13 2016-06-20 13:25:06 +02:00
parent 34d56e8635
commit 30ab0adb79
60 changed files with 3 additions and 28 deletions

4
.gitignore vendored
View file

@ -1 +1,3 @@
*/migrations/*
.pyc
media/
db.sqlite3

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -1,27 +0,0 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models, migrations
from django.conf import settings
class Migration(migrations.Migration):
dependencies = [
('gestion', '0001_initial'),
]
operations = [
migrations.AlterField(
model_name='ernestouser',
name='phone',
field=models.CharField(max_length=20, blank=True, verbose_name='Téléphone'),
preserve_default=True,
),
migrations.AlterField(
model_name='ernestouser',
name='user',
field=models.OneToOneField(to=settings.AUTH_USER_MODEL, related_name='profile'),
preserve_default=True,
),
]

Binary file not shown.

0
manage.py Normal file → Executable file
View file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.