diff --git a/zea/apply/migrations/0011_auto_20200922_2159.py b/zea/apply/migrations/0011_auto_20200922_2159.py new file mode 100644 index 0000000..c90049e --- /dev/null +++ b/zea/apply/migrations/0011_auto_20200922_2159.py @@ -0,0 +1,37 @@ +# Generated by Django 3.1.1 on 2020-09-22 12:59 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('apply', '0010_merchandiserapply_file'), + ] + + operations = [ + migrations.RemoveField( + model_name='studentapply', + name='contact', + ), + migrations.AddField( + model_name='studentapply', + name='file', + field=models.FileField(null=True, upload_to=''), + ), + migrations.AddField( + model_name='studentapply', + name='title', + field=models.TextField(default='', null=True), + ), + migrations.AlterField( + model_name='studentapply', + name='grade', + field=models.IntegerField(default=1, null=True), + ), + migrations.AlterField( + model_name='studentapply', + name='postId', + field=models.IntegerField(null=True), + ), + ] diff --git a/zea/hello/templates/test.html b/zea/hello/templates/test.html new file mode 100644 index 0000000..e69de29