remove the shebang from the views.py file

Since it can't get executed on it's the shebang doesn't make sense.
This commit is contained in:
Andreas Zweili 2017-12-27 18:35:52 +01:00
parent 7cfc9c9ce3
commit 23effb203a
1 changed files with 0 additions and 1 deletions

View File

@ -450,7 +450,6 @@ Views are used to get information from the database and send them to
the templates.
#+BEGIN_SRC python :tangle ../inventory/views.py
#!/usr/bin/python3
from django.shortcuts import get_object_or_404, render
from .models import (GeneralDevice, Computer, CronJob,
ComputerRamRelation,