Github section working too, notifications and dockerfile rem
This commit is contained in:
parent
7fd94932c7
commit
79e9b52480
23 changed files with 258 additions and 31 deletions
22
githubCrawler/migrations/0003_auto_20220213_1722.py
Normal file
22
githubCrawler/migrations/0003_auto_20220213_1722.py
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Generated by Django 3.0 on 2022-02-13 17:22
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('githubCrawler', '0002_auto_20220205_1704'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='githubcrawler',
|
||||
name='last_updated',
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='githubcrawler',
|
||||
name='last_pushed_number',
|
||||
field=models.IntegerField(null=True),
|
||||
),
|
||||
]
|
||||
28
githubCrawler/migrations/0004_auto_20220213_1724.py
Normal file
28
githubCrawler/migrations/0004_auto_20220213_1724.py
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Generated by Django 3.0 on 2022-02-13 17:24
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('githubCrawler', '0003_auto_20220213_1722'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='githubcrawler',
|
||||
name='api_url',
|
||||
field=models.CharField(blank=True, max_length=1000, null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='githubcrawler',
|
||||
name='last_pushed',
|
||||
field=models.DateTimeField(blank=True, null=True),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='githubcrawler',
|
||||
name='last_pushed_number',
|
||||
field=models.IntegerField(blank=True, null=True),
|
||||
),
|
||||
]
|
||||
18
githubCrawler/migrations/0005_auto_20220213_1751.py
Normal file
18
githubCrawler/migrations/0005_auto_20220213_1751.py
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 3.0 on 2022-02-13 17:51
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('githubCrawler', '0004_auto_20220213_1724'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='githubcrawler',
|
||||
name='last_pushed',
|
||||
field=models.DateField(blank=True, null=True),
|
||||
),
|
||||
]
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue