Skip to content

micro webapp for FOSDEM rental video gear inventory - quick hack, but it works

License

Notifications You must be signed in to change notification settings

markvdb/fosdem_video_inventory

Repository files navigation

Fosdem video inventory

micro webapp for FOSDEM rental video gear inventory - quick hack, but it works

All functionality is in the admin.

One view outside the admin: https://server/tag/fosdem_tag will point to https://server/admin/videogear/videogear/$id/change/ .

Import fosdem tags

import csv
with open('video_rental_tags.csv', newline='\n') as csvfile:
    reader=csv.DictReader(csvfile)
    for row in reader:
         t=VideoGear(fosdem_tag=row['fosdem_tag'], gear_type=int(row[' type']))
         t.save()

About

micro webapp for FOSDEM rental video gear inventory - quick hack, but it works

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published