Quickstartup package used by Quickstartup Template
Project description
=============================
Quickstartup
=============================
.. image:: https://badge.fury.io/py/quickstartup.png
:target: https://badge.fury.io/py/quickstartup
.. image:: https://travis-ci.org/osantana/quickstartup.png?branch=master
:target: https://travis-ci.org/osantana/quickstartup
.. image:: https://coveralls.io/repos/osantana/quickstartup/badge.png?branch=master
:target: https://coveralls.io/r/osantana/quickstartup?branch=master
Documentation
-------------
Quickstartup package used by `Quickstartup Template <https://github.com/osantana/quickstartup-template>`_
Screenshots
-----------
Landing Page
++++++++++++
.. figure:: https://raw.githubusercontent.com/osantana/quickstartup/master/docs/landing.png
:alt: Landing Page
:scale: 50%
:align: center
Landing Page
Signup Form
+++++++++++
.. figure:: https://raw.githubusercontent.com/osantana/quickstartup/master/docs/signup.png
:alt: Signup Form
:scale: 50%
:align: center
Signup form (you can easily customize it)
Signin Form
+++++++++++
.. figure:: https://raw.githubusercontent.com/osantana/quickstartup/master/docs/signin.png
:alt: Signin Form
:scale: 50%
:align: center
Signin form
Reset Password
++++++++++++++
.. figure:: https://raw.githubusercontent.com/osantana/quickstartup/master/docs/reset.png
:alt: Reset Password
:scale: 50%
:align: center
Reset Password
Contact Form
++++++++++++
.. figure:: https://raw.githubusercontent.com/osantana/quickstartup/master/docs/contact.png
:alt: Contact Form
:scale: 50%
:align: center
Contact Form
Sample App
++++++++++
.. figure:: https://raw.githubusercontent.com/osantana/quickstartup/master/docs/sample_app.png
:alt: Sample Application showing user profile editor
:scale: 50%
:align: center
Sample Application showing user profile editor
History
-------
0.9.5
+++++
* Update requirements.txt (using pur)
* Use py35 for tests in tox
0.9.4
+++++
* Update django-ipware version requirement
* Add Py3.5 in setup.py classifiers
0.9.3
+++++
* Update requirements
0.9.2
+++++
* Update translations
0.9.1
+++++
* Add Django password validators in all password-related forms.
0.9.0
+++++
* Breaks everything
* Rename apps with prefix ``qs_*`` to avoida conflicts with user's apps
* Remove django-registration dependency
0.6.0
+++++
* Improve Contact model representation string (eg. John Doe <jdoe@example.com>)
* Add `ip` of user at contact application.
0.5.7
+++++
* Replace noreply@{domain} with PROJECT_CONTACT to enable
tests on localhost (some SMTP servers does not accept this hostname)
0.5.6
+++++
* Fix an blocker bug in import on contact app
0.5.5
+++++
* Fixes and improvements in contact app (mainly in e-mail sending code)
0.5.4
+++++
* Update requirements versions
0.5.3
+++++
* Small refactor in footer_links block
0.5.2
+++++
* Sticky footer!
* Add a block structure start_body after <body> tag (for some analytics scripts)
0.5.1
+++++
* Fix remaining formatting issues in some templates
0.5.0
+++++
* Finish templates and static reorganization
0.4.4
+++++
* More templates & static refactorings to make customization easy
0.4.3
+++++
* Make signup form template overridable
0.4.2
+++++
* Update messages and tranlations
0.4.1
+++++
* Fix broken test
* Add some screenshots in README.rst
0.4.0
+++++
* Add one more template layer to make easy template override
* Update django-widget-tweak requirement version to 1.4.1
* Update app new visual
* Fix some visual issues (like textarea resize handle in contact form)
* Reset password, now, redirect to Sign in form with a flash message instructions
instead of an specific page and fix message tag colors
0.3.0
+++++
* New website visual
0.2.7
+++++
* Add block to allow bootstrap navbar CSS classes configuration
0.2.6
+++++
* CRITICAL: Add missing lib static files
0.2.5
+++++
* Fix a release number issue
0.2.4
+++++
* Move logo image to static root
0.2.2
+++++
* Fix a bug on template_name configuration on profile-related views
0.2.1
+++++
* Add missing migration script requirement
0.2.0
+++++
* Consolidate migration scripts (break migration from projects with 0.1.X versions)
* Update and compile pt_BR translations
0.1.9
+++++
* New settings for custom ProfileForm configuration
0.1.8
+++++
* Remove django-nose requirement and use Django test runner instead.
* Reorganize Form classes in files
* Reorganize and split some test files
* Code coverage: 89% (target: ~98%)
* Remove unused code in BaseUserManager
* PEP8 and cosmetic fixes
* Fix some requirements(-test).txt errors
0.1.7
+++++
* Use Django Nose test runner with a "testproject"
* Fix a issue in template loader that forces quickstartup templates over application templates.
* Fix a Site database loading error during tests (table missing)
0.1.6
+++++
* Update translations
0.1.5
+++++
* Include translations
0.1.4
+++++
* Bump Release number to fix a release error
0.1.3
+++++
* Fix(?) again README.rst to enable rendering on PyPI
0.1.2
+++++
* Fix(?) README.rst to enable rendering on PyPI
0.1.1
+++++
* Remove boilerplate (incorrect) informations from README.rst
* Add "version" command into setup.py
0.1.0
+++++
* First release on PyPI.
Quickstartup
=============================
.. image:: https://badge.fury.io/py/quickstartup.png
:target: https://badge.fury.io/py/quickstartup
.. image:: https://travis-ci.org/osantana/quickstartup.png?branch=master
:target: https://travis-ci.org/osantana/quickstartup
.. image:: https://coveralls.io/repos/osantana/quickstartup/badge.png?branch=master
:target: https://coveralls.io/r/osantana/quickstartup?branch=master
Documentation
-------------
Quickstartup package used by `Quickstartup Template <https://github.com/osantana/quickstartup-template>`_
Screenshots
-----------
Landing Page
++++++++++++
.. figure:: https://raw.githubusercontent.com/osantana/quickstartup/master/docs/landing.png
:alt: Landing Page
:scale: 50%
:align: center
Landing Page
Signup Form
+++++++++++
.. figure:: https://raw.githubusercontent.com/osantana/quickstartup/master/docs/signup.png
:alt: Signup Form
:scale: 50%
:align: center
Signup form (you can easily customize it)
Signin Form
+++++++++++
.. figure:: https://raw.githubusercontent.com/osantana/quickstartup/master/docs/signin.png
:alt: Signin Form
:scale: 50%
:align: center
Signin form
Reset Password
++++++++++++++
.. figure:: https://raw.githubusercontent.com/osantana/quickstartup/master/docs/reset.png
:alt: Reset Password
:scale: 50%
:align: center
Reset Password
Contact Form
++++++++++++
.. figure:: https://raw.githubusercontent.com/osantana/quickstartup/master/docs/contact.png
:alt: Contact Form
:scale: 50%
:align: center
Contact Form
Sample App
++++++++++
.. figure:: https://raw.githubusercontent.com/osantana/quickstartup/master/docs/sample_app.png
:alt: Sample Application showing user profile editor
:scale: 50%
:align: center
Sample Application showing user profile editor
History
-------
0.9.5
+++++
* Update requirements.txt (using pur)
* Use py35 for tests in tox
0.9.4
+++++
* Update django-ipware version requirement
* Add Py3.5 in setup.py classifiers
0.9.3
+++++
* Update requirements
0.9.2
+++++
* Update translations
0.9.1
+++++
* Add Django password validators in all password-related forms.
0.9.0
+++++
* Breaks everything
* Rename apps with prefix ``qs_*`` to avoida conflicts with user's apps
* Remove django-registration dependency
0.6.0
+++++
* Improve Contact model representation string (eg. John Doe <jdoe@example.com>)
* Add `ip` of user at contact application.
0.5.7
+++++
* Replace noreply@{domain} with PROJECT_CONTACT to enable
tests on localhost (some SMTP servers does not accept this hostname)
0.5.6
+++++
* Fix an blocker bug in import on contact app
0.5.5
+++++
* Fixes and improvements in contact app (mainly in e-mail sending code)
0.5.4
+++++
* Update requirements versions
0.5.3
+++++
* Small refactor in footer_links block
0.5.2
+++++
* Sticky footer!
* Add a block structure start_body after <body> tag (for some analytics scripts)
0.5.1
+++++
* Fix remaining formatting issues in some templates
0.5.0
+++++
* Finish templates and static reorganization
0.4.4
+++++
* More templates & static refactorings to make customization easy
0.4.3
+++++
* Make signup form template overridable
0.4.2
+++++
* Update messages and tranlations
0.4.1
+++++
* Fix broken test
* Add some screenshots in README.rst
0.4.0
+++++
* Add one more template layer to make easy template override
* Update django-widget-tweak requirement version to 1.4.1
* Update app new visual
* Fix some visual issues (like textarea resize handle in contact form)
* Reset password, now, redirect to Sign in form with a flash message instructions
instead of an specific page and fix message tag colors
0.3.0
+++++
* New website visual
0.2.7
+++++
* Add block to allow bootstrap navbar CSS classes configuration
0.2.6
+++++
* CRITICAL: Add missing lib static files
0.2.5
+++++
* Fix a release number issue
0.2.4
+++++
* Move logo image to static root
0.2.2
+++++
* Fix a bug on template_name configuration on profile-related views
0.2.1
+++++
* Add missing migration script requirement
0.2.0
+++++
* Consolidate migration scripts (break migration from projects with 0.1.X versions)
* Update and compile pt_BR translations
0.1.9
+++++
* New settings for custom ProfileForm configuration
0.1.8
+++++
* Remove django-nose requirement and use Django test runner instead.
* Reorganize Form classes in files
* Reorganize and split some test files
* Code coverage: 89% (target: ~98%)
* Remove unused code in BaseUserManager
* PEP8 and cosmetic fixes
* Fix some requirements(-test).txt errors
0.1.7
+++++
* Use Django Nose test runner with a "testproject"
* Fix a issue in template loader that forces quickstartup templates over application templates.
* Fix a Site database loading error during tests (table missing)
0.1.6
+++++
* Update translations
0.1.5
+++++
* Include translations
0.1.4
+++++
* Bump Release number to fix a release error
0.1.3
+++++
* Fix(?) again README.rst to enable rendering on PyPI
0.1.2
+++++
* Fix(?) README.rst to enable rendering on PyPI
0.1.1
+++++
* Remove boilerplate (incorrect) informations from README.rst
* Add "version" command into setup.py
0.1.0
+++++
* First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quickstartup-0.9.5.tar.gz
(636.5 kB
view details)
File details
Details for the file quickstartup-0.9.5.tar.gz.
File metadata
- Download URL: quickstartup-0.9.5.tar.gz
- Upload date:
- Size: 636.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
582efdeebba313065d6fc2fb693ca12c19c69bb6731ac59b8edbbdcbd2f98fe0
|
|
| MD5 |
bfb7db84baf19d7fc17f48ce3e06894f
|
|
| BLAKE2b-256 |
6fd73cc50691a9aedf3b6a53bfbcc5f4963cd4e9785f4deb66a5bafadb01bf87
|