Customization

Settings

You can customize the application using settings.py.

Templates and CSS

You can override the default template for show_more templatetag following some rules:

  • more link is shown only if the variable querystring is not False;
  • the container (most external html element) class is endless_container;
  • the more link and the loader hidden element live inside the container;
  • the more link class is endless_more;
  • the more link rel attribute is {{ querystring_key }};
  • the loader hidden element class is endless_loading.