4
0
Fork 2
mirror of https://gerrit.hackerspace.pl/hscloud synced 2025-02-16 08:06:46 +00:00

django leftovers yeet

Change-Id: I8999152a630c3c8dcf56f7c0e80a0ee5474e9236
This commit is contained in:
q3k 2021-02-15 22:08:50 +01:00
parent 4842705406
commit 747c0fcd88

View file

@ -1,9 +0,0 @@
load("@pydeps//:requirements.bzl", "requirement")
py_binary(
name = "django-admin",
srcs = ["django-admin.py"],
deps = [
requirement("django"),
]
)