Django Music streaming

2017-04-08 Thread IaMtheMcee
Hi, i'm new to django.. I want to make a music streaming service much like itunes where users can purchase and download music. I'm using the audiotracks django package to handle my upload and streaming, but im having trouble with it.. any pointers? -- You received this message because you are

Re: Django Music streaming

2017-04-08 Thread IaMtheMcee
> > setting up audiotracks in a new project.. im forced to use the example > project, whose structure i don't fully understand.. the documentation says.. Add ``audiotracks`` to your app ~~~ Edit ``settings.py`` and add ``audiotracks`` to your list of ``INSTALLED_A

Django music streaming app using audiotracks..

2017-07-07 Thread IaMtheMcee
Hi, I'm relatively new to django.. I'm trying to integrate the audiotracks package with my project. I'm trying to integrate the audiotracks package but I'm getting NoReverseMatch error. The documentation states.. *Add ``audiotracks`` to your app~~~Ed

Django-cms KeyError at /en/cms_wizard/create/

2017-07-26 Thread IaMtheMcee
Hi, I'm getting this error when i try to create a new page. here's the traceback.. any ideas on how to fix this? Environment: Request Method: GET Request URL: http://127.0.0.1:8000/en/cms_wizard/create/?language=en Django Version: 1.11.3 Python Version: 3.6.0 Installed Applications: ('djangocm