]> git.immae.eu Git - perso/Immae/Config/Nixies.git/commit - vms/test_django/test_django/__pycache__/wsgi.cpython-38.pyc
Initial commit
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 21 Jul 2020 23:16:01 +0000 (01:16 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Tue, 21 Jul 2020 23:16:01 +0000 (01:16 +0200)
commit8eb07d94a12f0fb8d4a8f15043aedc8cadd7c676
tree647e9737344bef2206b082222d7ff87307fd91c2
Initial commit
18 files changed:
shells/README.md [new file with mode: 0644]
shells/ipython.nix [new file with mode: 0644]
shells/mysql.nix [new file with mode: 0644]
shells/postgresql.nix [new file with mode: 0644]
shells/sub_bash.nix [new file with mode: 0644]
vms/Makefile [new file with mode: 0644]
vms/README [new file with mode: 0644]
vms/configuration.nix [new file with mode: 0644]
vms/images.nix [new file with mode: 0644]
vms/test_django/manage.py [new file with mode: 0755]
vms/test_django/test_django/__init__.py [new file with mode: 0644]
vms/test_django/test_django/__pycache__/__init__.cpython-38.pyc [new file with mode: 0644]
vms/test_django/test_django/__pycache__/settings.cpython-38.pyc [new file with mode: 0644]
vms/test_django/test_django/__pycache__/urls.cpython-38.pyc [new file with mode: 0644]
vms/test_django/test_django/__pycache__/wsgi.cpython-38.pyc [new file with mode: 0644]
vms/test_django/test_django/settings.py [new file with mode: 0644]
vms/test_django/test_django/urls.py [new file with mode: 0644]
vms/test_django/test_django/wsgi.py [new file with mode: 0644]