Added LICENSE
- Code uses AGPL - Docs use GNU FDL
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-17 19:43
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-17 19:43
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-19 20:12
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
import django.db.models.deletion
|
||||
import django.utils.timezone
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-22 09:38
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-22 09:40
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-23 20:37
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-23 21:26
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-23 23:00
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-26 21:33
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-26 23:03
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-26 23:06
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-27 08:59
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-27 08:59
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-27 09:03
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-27 09:14
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-27 09:17
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-27 09:24
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-27 10:49
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-27 10:51
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-27 10:55
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-06-27 10:57
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-07-01 13:18
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-07-01 13:29
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-07-02 14:36
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-07-02 14:43
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-07-02 17:05
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -1,4 +1,17 @@
|
||||
# Generated by Django 5.0.6 on 2024-07-02 22:50
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
# This file is part of transport-accessibility.
|
||||
# Copyright (C) 2024 Janek Kiljanski, Johannes Randerath
|
||||
#
|
||||
# transport-accessibility is free software: you can redistribute it and/or modify it under the terms of the
|
||||
# GNU General Public License as published by the Free Software Foundation, either version 3
|
||||
# of the License, or (at your option) any later version.
|
||||
#
|
||||
# transport-accessibility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
|
||||
# without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License along with transport-accessibility.
|
||||
# If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user