Auto add pages for image gallery django
I have a Django website which is basically an image gallery. I want to be able to limit the amount of images that can be posted per page, and when this limit is reached, create a new one.
Firstly, can this be done? If so how?
TYIA