The Unofficial Ncit
1.0

Contents:

  • ncit
The Unofficial Ncit
  • Docs »
  • image_gallery.migrations package
  • View page source

image_gallery.migrations package¶

Submodules¶

image_gallery.migrations.0001_initial module¶

class image_gallery.migrations.0001_initial.Migration(name, app_label)¶

Bases: django.db.migrations.migration.Migration

dependencies = []¶
initial = True¶
operations = [<CreateModel name='Image', fields=[('id', <django.db.models.fields.AutoField>), ('caption', <django.db.models.fields.CharField>), ('img', <django.db.models.fields.files.ImageField>)]>]¶

Module contents¶


© Copyright 2020, Bimal Raj Gyawali

Built with Sphinx using a theme provided by Read the Docs.