parent
a4fe58f74a
commit
fd989bcb86
13 changed files with 75 additions and 11 deletions
@ -0,0 +1,20 @@ |
|||||||
|
# Generated by Django 2.0.6 on 2018-11-16 16:36 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
import django.db.models.deletion |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('content', '0022_auto_20180815_2129'), |
||||||
|
('user', '0026_user_site'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AddField( |
||||||
|
model_name='user', |
||||||
|
name='gallery', |
||||||
|
field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.CASCADE, to='content.Gallery', verbose_name='Галерея'), |
||||||
|
), |
||||||
|
] |
||||||
@ -0,0 +1,8 @@ |
|||||||
|
|
||||||
|
{% block pre_app_js %} |
||||||
|
window.LIL_STORE.components['block-images'] = '../components/BlockImages'; |
||||||
|
{% endblock pre_app_js %} |
||||||
|
|
||||||
|
{% block content %} |
||||||
|
|
||||||
|
{% endblock %} |
||||||
Loading…
Reference in new issue