Skip to main content

Handles all setup and configuration automatically.

Project description

Automated Tailwind CSS integration for Django 🐍💚💙

This django-tailwindcss-automated package aims to speed up the setup process of the TailwindCSS within a Django project.

Requirements

Before you dive in, make sure you have the following installed on your computer:

Create a folder for your Django project.

  • Open your file explorer or terminal and create a folder for your Django project. You can do this by navigating to the directory where you want to create the folder and using the mkdir command (if you're using a terminal) or by right-clicking and selecting "New Folder" in your file explorer.

window screenshot

Open VSCode

  • In VSCode, go to "File" > "Open Folder..." and navigate to the folder you created {your_project_name}. Select the folder and click "Open".

Open Folder screenshot

Install the Package

  • Open your terminal and install the package using pip.
pip install django_tailwindcss_automated

Run the Script

  • In your terminal, run the following script to automate the setup.
automate

Start the Development Server

  • Open another terminal and navigate to the {your_project_name} directory within your project folder
cd {your_project_name}

Then start the development server

python manage.py runserver

Happy Coding!!

Screenshot

Encountered an Issue?

  • If you encounter any issues or have suggestions for improvements while using the django-tailwindcss-automated package, feel free to open an issue on Github Issues.

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_tailwindcss_automated-0.11.4.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

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