go, git, self-hosted, gogs"> kodo - Gogs: Go Git Service

No Description

0008_appsettingsinfo.py 1.6KB

    # -*- coding: utf-8 -*- from __future__ import unicode_literals from django.db import models, migrations class Migration(migrations.Migration): dependencies = [ ('operation', '0007_auto_20160907_1740'), ] operations = [ migrations.CreateModel( name='APPSettingsInfo', fields=[ ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), ('status', models.BooleanField(default=True, help_text='\u72b6\u6001', db_index=True, verbose_name='status')), ('created_at', models.DateTimeField(help_text='\u521b\u5efa\u65f6\u95f4', verbose_name='created_at', auto_now_add=True)), ('updated_at', models.DateTimeField(help_text='\u66f4\u65b0\u65f6\u95f4', verbose_name='updated_at', auto_now=True)), ('platform', models.IntegerField(default=0, help_text='\u652f\u6301\u5e73\u53f0', db_index=True, verbose_name='plat', choices=[(0, '\u5168\u5e73\u53f0'), (1, 'Android'), (2, 'iOS')])), ('channel', models.CharField(help_text='\u6e20\u9053', max_length=255, null=True, verbose_name='channel', blank=True)), ('version', models.CharField(help_text='\u7248\u672c', max_length=255, null=True, verbose_name='version', blank=True)), ('online', models.BooleanField(default=True, help_text='\u662f\u5426\u4e0a\u7ebf', verbose_name='online')), ], options={ 'verbose_name': 'appsettingsinfo', 'verbose_name_plural': 'appsettingsinfo', }, ), ]
Pai2/pai2 - Gogs: Go Git Service

1 Commits (59b1d8b35717e1735b9bf859bd0c118fcaed3b99)

Author SHA1 Message Date
  Brightcells e184e7dd5b add api group_create/group_join 10 years ago
kodo - Gogs: Go Git Service

No Description

__init__.py 0B

kodo - Gogs: Go Git Service

No Description

Brightcells: 018d52f61d Update package django_xxx 8 years ago
..
migrations 41c58ec3f7 Add box api loginqr 9 years ago
__init__.py 41c58ec3f7 Add box api loginqr 9 years ago
admin.py 41c58ec3f7 Add box api loginqr 9 years ago
models.py 41c58ec3f7 Add box api loginqr 9 years ago
tests.py 41c58ec3f7 Add box api loginqr 9 years ago
views.py 018d52f61d Update package django_xxx 8 years ago
kodo - Gogs: Go Git Service

No Description

views.py 129B

    # -*- coding: utf-8 -*- from __future__ import unicode_literals from django.shortcuts import render # Create your views here.
thermometer - Gogs: Go Git Service

No Description

requirements_deploy.txt 45B

    ipdb==0.13.3 ipython==7.18.1 uwsgi==2.0.19.1
Kodo/kodo - Gogs: Go Git Service

2 Commits (214bbec9763be1021a09cc99ea8409208285043c)

Author SHA1 Message Date
  Brightcells fabef63211 set line_length=200 for isort 10 years ago
  Brightcells e184e7dd5b add api group_create/group_join 10 years ago
Iniciar sesión - Gogs: Go Git Service

Iniciar sesión