django-conference-website Tailwind Templates

Django Conference Website

A modern Django web application styled with Tailwind CSS for a sleek and responsive UI.

šŸ“Œ Django + Django-Tailwind Project


A modern Django web application styled with Tailwind CSS for a sleek and responsive UI.


šŸš€ Features

āœ… Built with Django for the backend
āœ… Styled with Tailwind CSS using django-tailwind
āœ… User authentication system
āœ… Responsive and modern UI
āœ… Easy deployment with Gunicorn & Whitenoise



šŸ› ļø Installation & Setup

1ļøāƒ£ Clone the Repository

git clone https://github.com/your-username/your-repo.git
cd your-repo

2ļøāƒ£ Create a Virtual Environment

python -m venv venv
source venv/bin/activate   # On macOS/Linux
venv\Scripts\activate      # On Windows

3ļøāƒ£ Install Dependencies

pip install -r requirements.txt

4ļøāƒ£ Setup Tailwind CSS

python manage.py tailwind install
python manage.py tailwind build

5ļøāƒ£ Apply Migrations

python manage.py migrate
python manage.py collectstatic

6ļøāƒ£ Run the Development Server

python manage.py runserver

Your project will be available at http://127.0.0.1:8000/

šŸ“œ License

This project is licensed under the MIT License.


šŸ’” Contribution

Feel free to open an issue or submit a pull request if you'd like to contribute! 😊

Top categories

Loading Svelte Themes