mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +02:00
Fix consists pagination and remove hardcoded urls
This commit is contained in:
17
ram/consist/migrations/0002_alter_consist_options.py
Normal file
17
ram/consist/migrations/0002_alter_consist_options.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 4.0.6 on 2022-07-10 13:19
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('consist', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='consist',
|
||||
options={'ordering': ['creation_time']},
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user