vpn integration
This commit is contained in:
@@ -4,15 +4,14 @@ from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('torrent', '0002_initial'),
|
||||
("torrent", "0002_initial"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='torrent',
|
||||
name='date_modified',
|
||||
model_name="torrent",
|
||||
name="date_modified",
|
||||
field=models.DateTimeField(auto_now=True),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user