Sunday, July 29, 2018

Re: File-Backend or Filemanagement

On zondag 29 juli 2018 10:50:58 CEST Muri Nicanor wrote:

> i'm writing a Django application that has the management of textfiles on
> the server as one of the requirements. I've already created a model that
> parses the textfiles and provides a way of editing the files. To choose
> the indivdiual textfiles i created a simple view that does a file
> listing (basically an os.listdir()), but that is not really a flexible
> solution (i.e. i would like to have pagination).

Please don't reinvent the wheel. There's plenty to choose from.
https://djangopackages.org/grids/g/file-managers/
--
Melvyn Sopacua


--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2952161.smV9ToK1WU%40fritzbook.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment