-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
26 changed files
with
3,744 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# -*- coding: utf-8 -*- | ||
# Generated by Django 1.11.6 on 2017-11-26 19:25 | ||
from __future__ import unicode_literals | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('sales', '0013_auto_20171020_0700'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='product', | ||
name='code', | ||
field=models.CharField(max_length=255, primary_key=True, serialize=False, unique=True, verbose_name='código'), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# -*- coding: utf-8 -*- | ||
# Generated by Django 1.11.6 on 2017-11-26 19:47 | ||
from __future__ import unicode_literals | ||
|
||
from django.db import migrations, models | ||
import django.db.models.deletion | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('sales', '0014_auto_20171126_1425'), | ||
] | ||
|
||
operations = [ | ||
migrations.CreateModel( | ||
name='EstheticHouse', | ||
fields=[ | ||
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')), | ||
('name', models.CharField(max_length=512, unique=True, verbose_name='nombre')), | ||
], | ||
), | ||
migrations.AddField( | ||
model_name='product', | ||
name='house', | ||
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, to='sales.EstheticHouse', verbose_name='casa estética'), | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# -*- coding: utf-8 -*- | ||
# Generated by Django 1.11.6 on 2017-11-26 19:54 | ||
from __future__ import unicode_literals | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('sales', '0015_auto_20171126_1447'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterModelOptions( | ||
name='esthetichouse', | ||
options={'ordering': ['name'], 'verbose_name': 'Casa Estética', 'verbose_name_plural': 'Casas Estéticas'}, | ||
), | ||
] |
Binary file not shown.
Binary file removed
BIN
-809 Bytes
sales/migrations/__pycache__/0002_auto_20170905_0343.cpython-34.pyc
Binary file not shown.
Binary file modified
BIN
+16 Bytes
(100%)
sales/migrations/__pycache__/0002_auto_20171009_0214.cpython-34.pyc
Binary file not shown.
Binary file modified
BIN
-4 Bytes
(99%)
sales/migrations/__pycache__/0003_auto_20171009_0216.cpython-34.pyc
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(100%)
sales/migrations/__pycache__/0004_client_employee_product_register.cpython-34.pyc
Binary file not shown.
Binary file modified
BIN
-18 Bytes
(98%)
sales/migrations/__pycache__/0005_auto_20171009_0227.cpython-34.pyc
Binary file not shown.
Binary file modified
BIN
+16 Bytes
(100%)
sales/migrations/__pycache__/0006_auto_20171009_0231.cpython-34.pyc
Binary file not shown.
Binary file modified
BIN
+36 Bytes
(110%)
sales/migrations/__pycache__/0007_remove_employee_email.cpython-34.pyc
Binary file not shown.
Binary file modified
BIN
+16 Bytes
(100%)
sales/migrations/__pycache__/0008_auto_20171009_0249.cpython-34.pyc
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.