This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Description
I am create a image gallery project using this app .
and my url :
url(r'^(?P<album_pk>\d+)/$', AngularVersionCreateView.as_view(), name='upload-angular'),
I did not do any other changes but it upload url shows still 'http://localhost:8000/upload/angular/'
how can i dynamically assign 'album_pk' to the upload button. What other changes i have to do while doing this . Where the url is hard coded
i request someone support to do this. i was working django 1.3. So i am not good in the class level view and other stuff in the code base.