Skip to content

Dynamic Django flatpages with i18n support and no sites framework requirement.

License

Notifications You must be signed in to change notification settings

ggjersund/django-dynpages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django Dynpages

A lightweight Dynamic Django flatpage application with i18n support and no sites requirements.

Getting Started

i18n has to be enabled for this application to work properly. See the following link for instructions on how to enable Internationalization.

Dependencies

Django >= 2.0.0

Installing

  1. First download or clone the application into your Django Project
cd <YOUR DJANGO PROJECT FOLDER> [Mac / Linux]
dir <YOUR DJANGO PROJECT FOLDER> [Windows]
git clone https://github.com/ggjersund/django-dynpages
  1. Add dynpages to your INSTALLED APPS list
INSTALLED_APPS = [
    ...
    'dynpages',
    ...
]
  1. Make migrations and run migrate
python manage.py makemigrations
python manage.py migrate
  1. Voila! Visit your Django admin to use add/change dynamic pages.

Built With

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU General Public License v3.0 - see LICENSE file for details

About

Dynamic Django flatpages with i18n support and no sites framework requirement.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published