Skip to main content

A Django theme installer

Project description

Django Theme Installer

Why?

When you start a new Django project and you are not so good in HTML or don't want to waste your time or find a beautiful free theme, you manually copy it in your django project and start editing it.
Django Theme Installer do this work for you.

Installation

$ pip install django-theme-installer

Usage

Via the client
$ theme_cl.py -n name -s /path/to/html/source/ -c /path/to/djangoproject/static/ -t /path/to/djangoproject/templates/
Via the code
>>> th = ThemeInstaller(name, "/path/to/html/source/", "/path/to/djangoproject/static", "/path/to/djangoproject/templates"
>>> th.proceed()

Contributing

Contributions are welcome, all PRs will be reviewed and merged.

License

Feel free to use it as you want.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-theme-installer-0.1.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

django_theme_installer-0.1.1-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page