Metadata-Version: 2.1
Name: faster_dj_dev
Version: 0.0.8
Summary: A tool that makes your Django development faster.
Home-page: https://github.com/SelmiAbderrahim/faster-dj-dev
Author: Selmi Abderrahim
Author-email: contact@selmi.tech
License: MIT
Project-URL: Bug Tracker, https://github.com/SelmiAbderrahim/faster-dj-dev/issues
Keywords: django productivity automation fast development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE


**Faster Django Development**

A Simple tool that makes your Django development faster. It allows you to do the tedious Django tasks quickly. You can use it to create an entire Django project in less than 10 seconds plus options to install the popular Django tools in no time.

**Installation**
```
pip install faster_dj_dev
```

***Example***

Let's use this tool to create a new Django project with all its configurations related to static, media and templates. Also, we will create a new Django app with it.

```
faster_dj_dev --init --working-directory path_of_the_folder --project-folder name_of_the_django_project_folder
faster_dj_dev --create_project --config-templates --config-static --config-media --initial-migrate --app main --run-server
```


***Features***

- Create Django project/app in 10 seconds

- Configuring static files (settings)

- Configuring media files (settings, urls)

- Configuring templates (settings)

- Install and configure Django packages (quick)

- More ...

***Documentation***

Please check [Doc](https://blog.selmi.tech/blog/post/faster_dj_dev-documentation-how-to-become-a-faster-django-developer335421)

