Skip to content

🐍 📄 Dj Tasks is a script to automate some tasks in Django project.

License

Notifications You must be signed in to change notification settings

williamcanin/dj-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dj Tasks

Dj Tasks is a script to automate some tasks in Django project. These tasks at the moment are:

  • Create .env file that distributes project environment variables.
  • Creates the apps in a folder called apps.

Install

$ cd your_project_django
$ git clone https://github.com/williamcanin/dj-tasks.git --branch=master bin
$ rm -rf bin/.git
$ chmod +x bin/dj-tasks

NOTE: You can also place the script in the contrib folder if you have stored others in the folder.

Usage

1 - Creating .env file:

$ ./bin/dj-tasks --env

2 - Creating an app in Django that will be stored in the apps folder:

$ ./bin/dj-tasks --app <APP NAME>

More information

$ ./bin/dj-tasks --help

License

It is under license: MIT

About

🐍 📄 Dj Tasks is a script to automate some tasks in Django project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages