Skip to content

Repository files navigation

Python Automation Scripts

You'll have a project structure like this of Django

.
├── apps
│ └── app_1
│ ├── admin.py
│ ├── apps.py
│ ├── __init__.py
│ ├── migrations
│ │ └── __init__.py
│ ├── models.py
│ ├── tests.py
│ └── views.py
├── django_project
│ ├── __init__.py
│ ├── settings.py
│ ├── urls.py
│ └── wsgi.py
├── manage.py
├── media
├── static
└── templates

I've followed this structure, rest of other application have to create by following this link

About

I'll be trying to create some automation scripts using python & bash to do my task easy and time consume.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages