* Many, many `bugfixes <https://github.com/Parisson/Telemeta/issues?q=is%3Aissue+is%3Aclosed>`_
* Thanks to all partners for this **huge** release!
-Download:
-
-* http://pypi.python.org/packages/source/T/Telemeta/Telemeta-1.6.tar.gz
+Get it: https://github.com/Parisson/Telemeta#install
def handle(self, *args, **options):
collection, c = MediaCollection.objects.get_or_create(title=self.code,
- code=self.code)
+ code=self.code, public_access = 'full')
selection, c = Selection.objects.get_or_create(title='Tests')
if c:
result.delete()
mediaitem, c = MediaItem.objects.get_or_create(title=title,
code=self.code + '-' + slugify(filename),
- file=path, collection=collection)
-
+ file=path, collection=collection, public_access = 'full')
experience, c = Experience.objects.get_or_create(title='All')
for preset in presets: