link-template.php d01d7cf85d first commit 4 anni fa load.php d01d7cf85d first commit 4 anni fa locale.php d01d7cf85d first commit 4 anni fa media-template.php d01d7cf85d first commit 4 anni fa media.php d01d7cf85d first commit 4 anni fa meta.php d01d7cf85d first commit 4 anni fa ms-blogs.php d01d7cf85d first commit 4 anni fa ms-default-constants.php d01d7cf85d first commit 4 anni fa ms-default-filters.php d01d7cf85d first commit 4 anni fa ms-deprecated.php d01d7cf85d first commit 4 anni fa ms-files.php d01d7cf85d first commit 4 anni fa ms-functions.php d01d7cf85d first commit 4 anni fa ms-load.php d01d7cf85d first commit 4 anni fa ms-network.php d01d7cf85d first commit 4 anni fa ms-settings.php d01d7cf85d first commit 4 anni fa ms-site.php d01d7cf85d first commit 4 anni fa nav-menu-template.php d01d7cf85d first commit 4 anni fa nav-menu.php d01d7cf85d first commit 4 anni fa option.php d01d7cf85d first commit 4 anni fa pluggable-deprecated.php d01d7cf85d first commit 4 anni fa pluggable.php d01d7cf85d first commit 4 anni fa plugin.php d01d7cf85d first commit 4 anni fa post-formats.php d01d7cf85d first commit 4 anni fa post-template.php d01d7cf85d first commit 4 anni fa post-thumbnail-template.php d01d7cf85d first commit 4 anni fa post.php d01d7cf85d first commit 4 anni fa query.php d01d7cf85d first commit 4 anni fa registration-functions.php d01d7cf85d first commit 4 anni fa registration.php d01d7cf85d first commit 4 anni fa rest-api.php d01d7cf85d first commit 4 anni fa revision.php d01d7cf85d first commit 4 anni fa rewrite.php d01d7cf85d first commit 4 anni fa robots-template.php d01d7cf85d first commit 4 anni fa rss-functions.php d01d7cf85d first commit 4 anni fa rss.php d01d7cf85d first commit 4 anni fa script-loader.php d01d7cf85d first commit 4 anni fa session.php d01d7cf85d first commit 4 anni fa shortcodes.php d01d7cf85d first commit 4 anni fa sitemaps.php d01d7cf85d first commit 4 anni fa spl-autoload-compat.php d01d7cf85d first commit 4 anni fa taxonomy.php d01d7cf85d first commit 4 anni fa template-canvas.php d01d7cf85d first commit 4 anni fa template-loader.php d01d7cf85d first commit 4 anni fa template.php d01d7cf85d first commit 4 anni fa theme-i18n.json d01d7cf85d first commit 4 anni fa theme-templates.php d01d7cf85d first commit 4 anni fa theme.json d01d7cf85d first commit 4 anni fa theme.php d01d7cf85d first commit 4 anni fa update.php d01d7cf85d first commit 4 anni fa user.php d01d7cf85d first commit 4 anni fa vars.php d01d7cf85d first commit 4 anni fa version.php d01d7cf85d first commit 4 anni fa widgets.php d01d7cf85d first commit 4 anni fa wlwmanifest.xml d01d7cf85d first commit 4 anni fa wp-db.php d01d7cf85d first commit 4 anni fa wp-diff.php d01d7cf85d first commit 4 anni fa tum/shaqfindbeds - Gogs: Simplico Git Service

Нет описания

0029_importfile.py 581B

123456789101112131415161718192021
  1. # Generated by Django 3.2.5 on 2021-07-22 08:04
  2. from django.db import migrations, models
  3. class Migration(migrations.Migration):
  4. dependencies = [
  5. ('backend', '0028_place_title'),
  6. ]
  7. operations = [
  8. migrations.CreateModel(
  9. name='ImportFile',
  10. fields=[
  11. ('id', models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
  12. ('hospital_file', models.FileField(blank=True, upload_to='uploads/%Y/%m/%d/', verbose_name='Hospital (csv)')),
  13. ],
  14. ),
  15. ]