Skip to main content

A Website UI Based On Django Template.

Project description

Django Template Website UI

Behold My Awesome Project!

Built with Cookiecutter Django Black code style

License: Apache Software License 2.0

Settings

Moved to settings.

Basic Commands

Setting Up Your Users

  • To create a normal user account, just go to Sign Up and fill out the form. Once you submit it, you'll see a "Verify Your E-mail Address" page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user's email should be verified and ready to go.

  • To create a superuser account, use this command:

    $ python manage.py createsuperuser
    

For convenience, you can keep your normal user logged in on Chrome and your superuser logged in on Firefox (or similar), so that you can see how the site behaves for both kinds of users.

Type checks

Running type checks with mypy:

$ mypy apps

Test coverage

To run the tests, check your test coverage, and generate an HTML coverage report:

$ coverage run -m pytest
$ coverage html
$ open htmlcov/index.html

Running tests with pytest

$ pytest

Live reloading and Sass CSS compilation

Moved to Live reloading and SASS compilation.

Celery

This app comes with Celery.

To run a celery worker:

cd apps
celery -A config.celery_app worker -l info

Please note: For Celery's import magic to work, it is important where the celery commands are run. If you are in the same folder with manage.py, you should be right.

To run periodic tasks, you'll need to start the celery beat scheduler service. You can start it as a standalone process:

cd apps
celery -A config.celery_app beat

or you can embed the beat service inside a worker with the -B option (not recommended for production use):

cd apps
celery -A config.celery_app worker -B -l info

Email Server

In development, it is often nice to be able to see emails that are being sent from your application. For that reason local SMTP server Mailpit with a web interface is available as docker container.

Container mailpit will start automatically when you will run all docker containers. Please check cookiecutter-django Docker documentation for more details how to start all containers.

With Mailpit running, to view messages that are sent by your application, open your browser and go to http://127.0.0.1:8025

Sentry

Sentry is an error logging aggregator service. You can sign up for a free account at https://sentry.io/signup/?code=cookiecutter or download and host it yourself. The system is set up with reasonable defaults, including 404 logging and integration with the WSGI application.

You must set the DSN url in production.

Deployment

The following details how to deploy this application.

Docker

See detailed cookiecutter-django Docker documentation.

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-template-website-ui-0.1.6.tar.gz (15.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_template_website_ui-0.1.6-py3-none-any.whl (15.5 MB view details)

Uploaded Python 3

File details

Details for the file django-template-website-ui-0.1.6.tar.gz.

File metadata

File hashes

Hashes for django-template-website-ui-0.1.6.tar.gz
Algorithm Hash digest
SHA256 e97993e44b0c14d8502e52f9ca2a0251cb7c47ba82cff0e78304625478d7ae1e
MD5 05a38fe73f6be99819a4ec425aa84f71
BLAKE2b-256 d4cb9817adbaf9eae73a9a0670203a5aff30fa6987c537c074d256de91cefdef

See more details on using hashes here.

File details

Details for the file django_template_website_ui-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for django_template_website_ui-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 42d1f6d18e73cc8510c067886a1aebc8dcd4f28bc9c1ba1e9b157e07e1bc624f
MD5 69cef4d324b0851c2c38328a65440b45
BLAKE2b-256 f3bf003113bfe5e2e0ee28058811c7e1d76f1096f2ab1e1e21b754737040559f

See more details on using hashes here.

Supported by

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