All Templates / Starters
djangorp
django + redis + postgres with tailwindcss and celery
Redis
bitnami/redis
Just deployed
/bitnami
Postgres
railwayapp-templates/postgres-ssl:latest
Just deployed
/var/lib/postgresql/data
djangorp
fauzaanu/djangorp
Just deployed
Django + Redis + Postgres
https://github.com/fauzaanu/djangorp/
jstoolchain
folder includes a tailwindcss setupnpm i
to install the dependencies.xml
file for PyCharm users to make it a File Watcher
tailwind.config.js
file is configured to search for html
and py
files.py
files because forms.py could have tailwindcss classes due to the user of crispy-forms
with crispy-tailwind
tasks.py
is where the tasks are defined and they can be called from anywhere in the projectcelery.py
is where the celery app is created and configured, explicitly adding the tasks may be required.env
file to be committed to the repo as the settings.py
file is configured to read from
the variables defined in railwayrailway run python manage.py createsuperuser
Templates
folder outside will be used for base / navbar / footer templates and anything that is not app specificappfolder/templates/app_name/template_name.html
(e.g. users/templates/users/login.html
)static
folder outside will be used for base / navbar / footer css and js files and anything that is not app specificappfolder/static/app_name/css/style.css
(e.g. users/static/users/css/style.css
)example.com
)
inside settings.py
Template Content
Redis
bitnami/redisdjangorp
fauzaanu/djangorpDJANGO_SECRET_KEY
DJANGO_SECRET_KEY
Details
Fauzaan Gasim's Projects
Created on Jan 26, 2024
72 total projects
19 active projects
96% success on recent deploys
HTML, Python, JavaScript, CSS
Starters
More templates in this category
Django Monolith
A Django app connected to a Postgres database with Celery and Celery Beat.
Odogwu Machalla's Projects
37