Skip to content

Releases: zeeshanrafiqrana/Django-PropelPro

Django PropelPro pre Production Release

19 Oct 21:36
Compare
Choose a tag to compare
Pre-release
release-0.0.2

TL-4 add modules, users apps & postgres connection

Django SwiftStart Initial Release

18 Oct 22:00
07ca443
Compare
Choose a tag to compare
Pre-release

Welcome to the first release of Django SwiftStart!

🚀 Getting Started

Clone the repository: git clone https://github.com/zeeshanrafiqrana/Django-SwiftStart
Set up your virtual environment: python -m venv venv
Customize project settings and secrets in the .env file.
Run migrations: python manage.py migrate
Create a superuser: python manage.py createsuperuser
Start the development server: python manage.py runserver
💼 Environment Configuration

The project comes with a pre-configured environment setup, including settings for database, security, and Django secret key.
📦 Features

Basic project structure with essential Django apps.
Modular design for easy customization.
Clean and optimized codebase.
🎉 Thank you for choosing Django SwiftStart. We hope this release helps you kickstart your Django projects with ease and efficiency. We look forward to your feedback and contributions.

For more details, please check the Getting Started section in the README.

Made with ❤️ by Rana Zeeshan Rafiq.