├── .vscode └── settings.json ├── Aaquib ├── README.md └── devops-roadmap.md ├── Abhi-Thul └── Roadmap.md ├── Abhinav Singh └── Readme.md ├── Abi Permana └── Readme.md ├── Abinash-Pradhan └── README.md ├── Adebisi Olayinka ├── DAy2.md ├── Day 3 - DAy 10.md └── Day1.md ├── Aditya Narayan Nayak └── Readme.md ├── Ansuman-Sahoo ├── DAY 1 │ └── Day1.md ├── DAY 2 │ └── Day2.md ├── DAY 3 │ └── Day3.md ├── DAY 4 │ └── Day4.md ├── DAY 5 │ └── Day5.md ├── DAY 6 │ └── Day6.md ├── DAY 7 │ └── Day7.md ├── DAY 8 │ └── Day8.md ├── README.md └── Status.md ├── Anubhav-Vardhan ├── Cloud │ └── AWS-Certified-Cloud-Practitioner │ │ ├── 01-Introduction.md │ │ └── 02-Cloud-Concepts.md ├── Go │ ├── Notes │ │ ├── 001-Basics.md │ │ ├── 002-Variables.md │ │ └── 003-Functions.md │ ├── cards │ │ └── main.go │ └── helloworld │ │ └── main.go ├── Linux │ └── Notes.md ├── Networking │ ├── 01-Introduction.md │ ├── 02-Topologies.md │ ├── 03-OSI-Model.md │ ├── 04-TCP_IP-Model.md │ └── 05-Application-layer.md ├── README.md └── YAML │ └── YAML-notes.md ├── Anurag_Kumar ├── CCNA │ ├── basics.md │ └── networking-devices.md ├── Containers │ ├── creating-containers.md │ └── docker.md ├── Git │ └── gitcommands.md ├── Gitops │ └── argo-project.md ├── Golang │ └── Basics │ │ ├── arrays.go │ │ ├── functions.go │ │ ├── hello.go │ │ ├── json.go │ │ ├── maps.go │ │ ├── mapsiteration.go │ │ ├── pointers.go │ │ ├── receiver-functions.go │ │ ├── rune.go │ │ ├── slices.go │ │ ├── strings │ │ ├── stringfunc.go │ │ └── stringfunction.go │ │ ├── struct.go │ │ ├── variables.go │ │ └── variadic-functions.go ├── IaC │ ├── IaC-Intro.md │ └── terraform.md ├── Kubernetes │ ├── HELM │ │ └── helm.md │ ├── YAML │ │ └── kube-yaml.md │ ├── kubernetes-basics │ │ ├── k8s-architecture.md │ │ ├── k8s-cm-and-secret.md │ │ ├── k8s-jobs.md │ │ ├── kubernetes-intro.md │ │ ├── kubernetes-namespaces.md │ │ ├── kubernetes-networking.md │ │ ├── kubernetes-pods.md │ │ └── kubernetes-services.md │ └── logging │ │ └── fluentd.md ├── Linux │ ├── Networking │ │ ├── networking.md │ │ ├── ssh.md │ │ └── uptime&PS.md │ └── basic commands │ │ ├── crontabs.md │ │ ├── grep.md │ │ ├── linux-continued.md │ │ ├── linuxcommands.md │ │ └── vim-editor.md ├── Progress │ ├── 001 │ │ └── Readme.md │ ├── 002 │ │ └── Readme.md │ ├── 003 │ │ └── Readme.md │ ├── 004 │ │ └── Readme.md │ ├── 005 │ │ └── Readme.md │ ├── 006 │ │ └── Readme.md │ ├── 007 │ │ └── Readme.md │ ├── 008 │ │ └── Readme.md │ ├── 009 │ │ └── Readme.md │ ├── 010 │ │ └── Readme.md │ ├── 011 │ │ └── Readme.md │ ├── 012 │ │ └── Readme.md │ ├── 013 │ │ └── Readme.md │ ├── 014 │ │ └── Readme.md │ ├── 015 │ │ └── Readme.md │ ├── 016 │ │ └── Readme.md │ ├── 017 │ │ └── Readme.md │ ├── 018 │ │ └── Readme.md │ ├── 019 │ │ └── Readme.md │ ├── 020 │ │ └── Readme.md │ ├── 021 │ │ └── Readme.md │ ├── 022 │ │ └── Readme.md │ ├── 023 │ │ └── Readme.md │ ├── 024 │ │ └── Readme.md │ ├── 025 │ │ └── Readme.md │ ├── 026 │ │ └── Readme.md │ ├── 027 │ │ └── Readme.md │ ├── 028 │ │ └── Readme.md │ ├── 029 │ │ └── Readme.md │ ├── 030 │ │ └── Readme.md │ └── 031 │ │ └── Readme.md ├── README.md ├── cloudnativetools │ └── security │ │ ├── apparmor.md │ │ └── falco.md └── codeimages │ ├── IaC │ ├── hcl-lang.jpg │ ├── terraform-lab1.jpg │ └── terraform-workflow.jpg │ ├── kube-images │ ├── kube-cluster.jpg │ ├── namespace.jpg │ ├── namespace2.jpg │ ├── pod.jpg │ ├── service3.jpg │ ├── service4.jpg │ ├── services.jpg │ ├── services2.jpg │ ├── servicetypes.jpg │ └── yaml.png │ └── linux │ └── curl.jpg ├── Aryav └── readme.md ├── Ashanko Das ├── README.md └── my-progress.md ├── Barkatul-Mujauddin ├── README.md ├── day_1 │ └── README.md ├── day_10 │ └── README.md ├── day_11 │ └── README.md ├── day_12 │ └── README.md ├── day_13 │ └── README.md ├── day_14 │ └── README.md ├── day_15 │ └── README.md ├── day_16 │ └── README.md ├── day_17 │ └── README.md ├── day_18 │ └── README.md ├── day_19 │ └── README.md ├── day_2 │ └── README.md ├── day_3 │ └── README.md ├── day_4 │ └── README.md ├── day_5 │ └── README.md ├── day_6 │ └── README.md ├── day_7 │ └── README.md ├── day_8 │ └── README.md └── day_9 │ └── README.md ├── Bushra-Nazish └── README.md ├── CONTRIBUTING.md ├── Christeen Jose └── devops-roadmap.md ├── Darshna_Das ├── Day_1 │ └── Day-1.md ├── Day_2 │ └── Day-2.md ├── Day_3 │ └── Day-3.md ├── Day_4 │ └── Day-4.md ├── Day_5 │ └── Day-5.md ├── Day_6 │ └── Day-6.md ├── Day_7 │ └── Day-7.md ├── Day_8 │ └── Day-8.md └── Day_9 │ └── Day-9.md ├── Day2 ├── Day2.txt └── todaylearning.txt ├── Day3 └── Day3.txt ├── Dev-Patel └── README.md ├── DevOps roadmap 2022.pdf ├── Dipankar Das └── README.md ├── Dipanshu Kumar ├── Devops Learning status │ └── readme.md └── Why Devops │ └── readme.md ├── HARIHARAN E └── README.md ├── Hammad Sani └── README.md ├── Kaustubh_Naithani ├── Progress │ ├── Day_1 │ │ └── README.md │ ├── Day_2 │ │ └── README.md │ ├── Day_3 │ │ └── README.md │ ├── Day_4 │ │ └── README.md │ ├── Day_5 │ │ └── README.md │ └── Day_6 │ │ └── README.md └── YAML │ ├── AdvancedDatatypes.yaml │ ├── Kubernetes.yaml │ ├── MultilineStrings.yaml │ ├── School.yaml │ ├── config-file.yaml │ └── first.yaml ├── Kunal-Verma ├── README.md └── TABLE-OF-CONTENTS.md ├── LICENSE ├── Manan Mehta ├── Computer-Networking │ └── Computer-Networking-Notes.pdf ├── Docker │ └── dockerfile ├── Kubernetes │ └── pod.yaml └── YAML │ ├── advanceDatatypes.yaml │ ├── datatypes.yml │ ├── hello.json │ ├── hello.yaml │ ├── school.json │ ├── school.xml │ └── school.yaml ├── Manoranjan └── README.md ├── Mayank-Gupta ├── Day01 │ └── README.md ├── Day02 │ └── README.md ├── Day03 │ └── README.md ├── Day04 │ └── README.md ├── Day05 │ └── README.md ├── Day06 │ └── README.md ├── Day07 │ └── README.md ├── Day08 │ └── README.md ├── Day09 │ └── README.md ├── Day10 │ └── README.md ├── Day11 │ └── README.md ├── Day12 │ └── README.md ├── Day13 │ └── README.md ├── Day14 │ └── README.md ├── Day15 │ └── README.md ├── Day16 │ └── README.md ├── Day17 │ └── README.md ├── Day18 │ └── README.md ├── Day19 │ └── README.md ├── Day20 │ └── README.md ├── Day21 │ └── README.md └── Day23 │ └── README.md ├── Mohammed Ali └── README.md ├── Muhammad Shehzad ├── AWS Cloud Practitioner Essentials.md └── devops-roadmap.md ├── Mukeshkv ├── bash │ ├── README.md │ ├── commands.txt │ ├── fundamentals │ │ ├── array.sh │ │ ├── colors.txt │ │ ├── hello.sh │ │ ├── ifElse.sh │ │ ├── operator.sh │ │ ├── test.sh │ │ └── variable.sh │ └── scripting │ │ ├── dynamic_file.sh │ │ ├── mukesh_file.txt │ │ ├── testdir │ │ └── testfile.txt │ │ ├── testdir20220723.tar.gz │ │ └── zip_directory.sh ├── docker │ └── readme.md ├── linux │ ├── commands.md │ └── readme.md ├── networking │ └── readme.md ├── readme.md └── yaml │ ├── README.md │ ├── datatype.yaml │ ├── env.yaml │ ├── sample.json │ └── sample.yaml ├── Mussa Khan Shaukat ├── Linux │ ├── DevOps Prerequisites Course - FreeCodeCamp │ │ ├── Aspose.Words.43a922a7-e519-45ed-b8fa-d1f2729a8b15.001.jpeg │ │ ├── Aspose.Words.43a922a7-e519-45ed-b8fa-d1f2729a8b15.002.jpeg │ │ ├── Aspose.Words.43a922a7-e519-45ed-b8fa-d1f2729a8b15.003.jpeg │ │ ├── Aspose.Words.43a922a7-e519-45ed-b8fa-d1f2729a8b15.004.jpeg │ │ └── DevOps Prerequisites Course - FreeCodeCamp.md │ ├── LinuxFoundationX LFS101x - Introduction to Linux │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.001.png │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.002.png │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.003.png │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.004.png │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.005.jpeg │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.006.jpeg │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.007.jpeg │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.008.png │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.009.png │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.010.jpeg │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.011.jpeg │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.012.png │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.013.jpeg │ │ ├── Aspose.Words.516add46-1e98-45fb-8c6a-5368056552c9.014.jpeg │ │ └── LinuxFoundationX LFS101x - Introduction to Linux.md │ └── README.md └── README.md ├── Naman_Tiwari └── readme.md ├── NavedAhmad ├── CICD │ ├── jenkins.txt │ └── started.txt ├── Cloud │ └── started.txt ├── Day1.txt ├── GitAndGithub │ ├── started,txt │ └── started.txt ├── Kubernetes │ └── started.txt ├── Linux │ └── BasicCommands.txt ├── Networking │ └── started.txt ├── Virtualization │ └── volumes.txt ├── YAML │ └── yaml.txt ├── linux.txt ├── readme.com ├── readme.md └── started.txt ├── Nawaz-Siddiqui ├── Amazon AWS │ └── Amazon AWS 4ff0b.md ├── DevOps Prerequisite │ ├── Linux basics.md │ ├── VI Editor.md │ └── Virtualization and networking.md ├── Docker │ ├── Basic.md │ └── docker-commands.md ├── Golang │ ├── Golang Practice 1.md │ └── basics.md ├── Kubernetes │ └── Kubernetes techworld with nana.md ├── Linux │ ├── All About Vi Editor.md │ ├── File Manipulation Utilities.md │ ├── Keyboard-Shortcuts.md │ ├── Printing.md │ ├── basic-networking.md │ ├── basics of bash scripting.md │ ├── constructs in bash scripting.md │ ├── file-transfer.md │ ├── local security.md │ ├── network-configuration.md │ └── network-operations.md ├── Progress │ ├── Day1.md │ ├── Day10.md │ ├── Day11.md │ ├── Day12.md │ ├── Day13.md │ ├── Day14.md │ ├── Day15.md │ ├── Day16.md │ ├── Day17.md │ ├── Day18.md │ ├── Day19.md │ ├── Day2.md │ ├── Day20.md │ ├── Day21.md │ ├── Day22.md │ ├── Day23.md │ ├── Day24.md │ ├── Day25.md │ ├── Day26.md │ ├── Day27.md │ ├── Day28.md │ ├── Day29.md │ ├── Day3.md │ ├── Day30.md │ ├── Day31.md │ ├── Day32.md │ ├── Day33.md │ ├── Day4.md │ ├── Day5.md │ ├── Day6.md │ ├── Day7.md │ ├── Day8.md │ └── Day9.md ├── README.md └── images │ └── aws │ ├── aws1.png │ ├── aws2.png │ ├── aws3.png │ └── aws4.png ├── Neji Lee ├── DAY 1 │ └── day1.md ├── DAY 10 │ └── Day 10.md ├── DAY 13 - 23 │ ├── day 13.md │ ├── day 14.md │ ├── day 15.md │ ├── day 16-17 .md │ ├── day 18.md │ ├── day 19 -20 │ ├── day 22-23.md │ └── day21.md ├── DAY 2 │ └── day2.md ├── DAY 24 - 54 │ ├── day 24.md │ ├── day 25.md │ ├── day 26.md │ ├── day 27-28.md │ ├── day 29-30 │ ├── day 31-32.md │ ├── day 33.md │ ├── day 34-36.md │ ├── day 37.md │ ├── day 38-39.md │ ├── day 40.md │ ├── day 41-42.md │ ├── day 43.md │ ├── day 44.md │ ├── day 45.md │ ├── day 46-47.md │ ├── day 48.md │ ├── day 49.md │ ├── day 50-51 │ ├── day 52-53.md │ └── day 54.md ├── DAY 55 - 85 │ ├── day 55.md │ ├── day 56.md │ ├── day 57-59.md │ ├── day 60.md │ ├── day 61.md │ ├── day 62.md │ ├── day 63.md │ ├── day 64-66.md │ ├── day 67-69.md │ ├── day 70.md │ ├── day 71.md │ ├── day 72.md │ ├── day 73.md │ ├── day 74.md │ ├── day 75.md │ ├── day 76.md │ ├── day 77.md │ ├── day 78.md │ ├── day 79.md │ ├── day 80.md │ ├── day 81-82.md │ ├── day 83-84.md │ └── day 85.md ├── DAY11 │ └── day11.md ├── DAY12 │ └── day12.md ├── DAY3 │ └── day3.md ├── DAY4 │ └── day4.md ├── DAY5 │ └── day5.md ├── DAY6 │ └── day6.md ├── DAY7 │ └── day7.md ├── DAY8 │ └── day8.md └── DAY9 │ └── day9.md ├── Omkar Kulkarni └── README.md ├── Prabitra_Sarkar ├── Checklist.md └── target.md ├── README.md ├── Rahul-Choudhury ├── Linux │ ├── booting-process.md │ ├── command-line-operations.md │ ├── package-management.md │ └── process.md ├── README.md └── _assets │ ├── boot-process │ └── linux-boot-process.png │ └── process │ ├── PID.png │ ├── UGID.png │ ├── cron.png │ ├── job-operations │ ├── 01.png │ └── 02.png │ ├── load-average.png │ ├── pi-load-average.png │ ├── priority.png │ ├── process-types.png │ ├── psbsd.png │ ├── top-commands.png │ └── top.png ├── Rakshit Gondwal ├── Day 1 │ └── Day1.md ├── Day 10 │ └── Day10.md ├── Day 2 │ └── Day2.md ├── Day 3 │ └── Day3.md ├── Day 4 │ └── Day4.md ├── Day 5 │ └── Day5.md ├── Day 6 │ └── Day6.md ├── Day 7 │ └── Day7.md ├── Day 8 │ └── Day8.md └── Day 9 │ └── Day9.md ├── RamanandPrabhu ├── Day1 │ └── README.md ├── Day10 │ └── README.md ├── Day11 │ └── README.md ├── Day12 │ └── README.md ├── Day13 │ └── README.md ├── Day2 │ └── README.md ├── Day3 │ └── README.md ├── Day4 │ └── README.md ├── Day5 │ └── README.md ├── Day6 │ └── README.md ├── Day7 │ └── README.md ├── Day8 │ └── README.md ├── Day9 │ └── README.md └── README.md ├── RaviTeja-Natchireddi └── README.md ├── Rohit Mohanta └── readme.md ├── Sachin Parihar └── README.md ├── Sadab-Halim ├── 01-Linux │ ├── Linux_Notes-1.md │ └── Linux_Notes-2.md ├── 02-Networking │ └── Networking_Notes.md ├── 03-Go │ └── Golang_Notes.md ├── 04-YAML │ └── YAML_Notes.md ├── 05-Cloud │ ├── AWS_Cloud_Notes-1.md │ ├── AWS_Cloud_Notes-2.md │ ├── AWS_Cloud_Notes-3.md │ └── AWS_Cloud_Notes-4.md ├── 06-Docker │ └── Docker_Notes.md ├── 07-Kubernetes │ └── Kubernetes_Notes.md ├── Images │ ├── argocd.png │ ├── argocd2.png │ ├── argocd3.png │ ├── argocd4.png │ ├── argocd5.png │ ├── argocd6.png │ ├── argocd7.png │ ├── argocd8.png │ ├── devops-banner.png │ ├── gitops1.png │ ├── gitops2.png │ ├── terraform1.png │ ├── terraform10.png │ ├── terraform11.png │ ├── terraform12.png │ ├── terraform13.png │ ├── terraform14.png │ ├── terraform15.png │ ├── terraform16.png │ ├── terraform17.png │ ├── terraform18.png │ ├── terraform19.png │ ├── terraform2.png │ ├── terraform3.png │ ├── terraform4.png │ ├── terraform5.png │ ├── terraform6.png │ ├── terraform7.png │ ├── terraform8.png │ └── terraform9.png ├── Progress │ ├── Day01.md │ ├── Day02.md │ ├── Day03.md │ ├── Day04.md │ ├── Day05.md │ ├── Day06.md │ ├── Day07.md │ ├── Day08.md │ ├── Day09.md │ ├── Day10.md │ ├── Day11.md │ ├── Day12.md │ ├── Day13.md │ ├── Day14.md │ ├── Day15.md │ ├── Day16.md │ ├── Day17.md │ ├── Day18.md │ ├── Day19.md │ ├── Day20.md │ ├── Day21.md │ ├── Day22.md │ ├── Day23.md │ ├── Day24.md │ ├── Day25.md │ ├── Day26.md │ ├── Day27.md │ ├── Day28.md │ ├── Day29.md │ ├── Day30.md │ ├── Day31.md │ ├── Day32.md │ ├── Day33.md │ ├── Day34.md │ ├── Day35.md │ ├── Day36.md │ ├── Day37.md │ ├── Day38.md │ ├── Day39.md │ ├── Day40.md │ ├── Day41.md │ ├── Day42.md │ ├── Day43.md │ ├── Day44.md │ ├── Day45.md │ ├── Day46.md │ ├── Day47.md │ ├── Day48.md │ ├── Day49.md │ ├── Day50.md │ ├── Day51.md │ ├── Day52.md │ ├── Day53.md │ ├── Day54.md │ ├── Day55.md │ ├── Day56.md │ ├── Day57.md │ ├── Day58.md │ ├── Day59.md │ ├── Day60.md │ ├── Day61.md │ ├── Day62.md │ └── Day63.md └── README.md ├── Samyak_Vaidya └── readme.md ├── Saugat Rajbhandari ├── Day-01 │ └── Readme.md ├── Day-02 │ └── Readme.md ├── Day-03 │ ├── Readme.md │ └── YAML │ │ ├── advanceDatatypes.yaml │ │ ├── datatypes.yaml │ │ ├── hello.yaml │ │ ├── school.json │ │ └── school.xml ├── Day-04 │ ├── Readme.md │ └── test.yaml ├── Day-05 │ └── Readme.md ├── Day-06 │ └── Readme.md ├── Day-07 │ └── Readme.md ├── Day-08 │ └── Readme.md ├── Day-09 │ └── Readme.md ├── Day-10 │ └── Readme.md └── Day-11 │ └── Readme.md ├── Shaman ├── Progress_Sheet.md └── Roadmap.md ├── Shanmukh └── Status.md ├── Shariq └── README.md ├── Shivanshyadav ├── Day 2 │ └── Readme.md ├── Day-1 │ └── Readme.md └── README.md ├── Shiwam Verma ├── README.md ├── UpdateAndResumeProgress │ └── update.md ├── day01 │ ├── Computer network day 1.pdf │ └── day1.md ├── day02 │ └── day2.md ├── day03 │ └── day03.md ├── day04 │ └── day4.md ├── day05 │ ├── booking-app │ │ ├── go.mod │ │ ├── helper.go │ │ └── main.go │ └── day5.md ├── day06 │ └── day6.md └── day07 │ └── day7.md ├── Shubham-Yadav ├── 01-Networking │ └── README.md ├── 02-linux │ ├── copy.txt │ └── linux.md ├── 03-Yaml │ ├── datatypes.yaml │ ├── kubernetes.yaml │ ├── list.yaml │ ├── object.yaml │ └── test.yaml ├── 4.Docker │ ├── README.md │ ├── app.py │ ├── docker-compose │ │ └── docker-compose.yml │ ├── docker.md │ ├── docker │ │ ├── .dockerignore │ │ ├── .vscode │ │ │ ├── launch.json │ │ │ └── tasks.json │ │ ├── Dockerfile │ │ ├── db.sqlite3 │ │ ├── docker-compose.debug.yml │ │ ├── docker-compose.yml │ │ ├── docker │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ ├── settings.cpython-39.pyc │ │ │ │ ├── urls.cpython-39.pyc │ │ │ │ └── wsgi.cpython-39.pyc │ │ │ ├── asgi.py │ │ │ ├── settings.py │ │ │ ├── urls.py │ │ │ └── wsgi.py │ │ ├── dockerapp │ │ │ ├── __init__.py │ │ │ ├── __pycache__ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ ├── admin.cpython-39.pyc │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ ├── urls.cpython-39.pyc │ │ │ │ └── views.cpython-39.pyc │ │ │ ├── admin.py │ │ │ ├── apps.py │ │ │ ├── migrations │ │ │ │ ├── __init__.py │ │ │ │ └── __pycache__ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ ├── models.py │ │ │ ├── templates │ │ │ │ └── dockerapp │ │ │ │ │ └── index.html │ │ │ ├── tests.py │ │ │ ├── urls.py │ │ │ └── views.py │ │ ├── env │ │ │ ├── bin │ │ │ │ ├── Activate.ps1 │ │ │ │ ├── activate │ │ │ │ ├── activate.csh │ │ │ │ ├── activate.fish │ │ │ │ ├── django-admin │ │ │ │ ├── easy_install │ │ │ │ ├── easy_install-3.9 │ │ │ │ ├── pip │ │ │ │ ├── pip3 │ │ │ │ ├── pip3.9 │ │ │ │ ├── python │ │ │ │ ├── python3 │ │ │ │ ├── python3.9 │ │ │ │ └── sqlformat │ │ │ ├── lib │ │ │ │ └── python3.9 │ │ │ │ │ └── site-packages │ │ │ │ │ ├── Django-4.0.1.dist-info │ │ │ │ │ ├── AUTHORS │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE │ │ │ │ │ ├── LICENSE.python │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── REQUESTED │ │ │ │ │ ├── WHEEL │ │ │ │ │ ├── entry_points.txt │ │ │ │ │ └── top_level.txt │ │ │ │ │ ├── __pycache__ │ │ │ │ │ └── easy_install.cpython-39.pyc │ │ │ │ │ ├── asgiref-3.4.1.dist-info │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── WHEEL │ │ │ │ │ └── top_level.txt │ │ │ │ │ ├── asgiref │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ ├── _pep562.cpython-39.pyc │ │ │ │ │ │ ├── compatibility.cpython-39.pyc │ │ │ │ │ │ ├── current_thread_executor.cpython-39.pyc │ │ │ │ │ │ ├── local.cpython-39.pyc │ │ │ │ │ │ ├── server.cpython-39.pyc │ │ │ │ │ │ ├── sync.cpython-39.pyc │ │ │ │ │ │ ├── testing.cpython-39.pyc │ │ │ │ │ │ ├── timeout.cpython-39.pyc │ │ │ │ │ │ ├── typing.cpython-39.pyc │ │ │ │ │ │ └── wsgi.cpython-39.pyc │ │ │ │ │ ├── _pep562.py │ │ │ │ │ ├── compatibility.py │ │ │ │ │ ├── current_thread_executor.py │ │ │ │ │ ├── local.py │ │ │ │ │ ├── py.typed │ │ │ │ │ ├── server.py │ │ │ │ │ ├── sync.py │ │ │ │ │ ├── testing.py │ │ │ │ │ ├── timeout.py │ │ │ │ │ ├── typing.py │ │ │ │ │ └── wsgi.py │ │ │ │ │ ├── django │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __main__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ ├── __main__.cpython-39.pyc │ │ │ │ │ │ └── shortcuts.cpython-39.pyc │ │ │ │ │ ├── apps │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── config.cpython-39.pyc │ │ │ │ │ │ │ └── registry.cpython-39.pyc │ │ │ │ │ │ ├── config.py │ │ │ │ │ │ └── registry.py │ │ │ │ │ ├── conf │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ └── global_settings.cpython-39.pyc │ │ │ │ │ │ ├── app_template │ │ │ │ │ │ │ ├── __init__.py-tpl │ │ │ │ │ │ │ ├── admin.py-tpl │ │ │ │ │ │ │ ├── apps.py-tpl │ │ │ │ │ │ │ ├── migrations │ │ │ │ │ │ │ │ └── __init__.py-tpl │ │ │ │ │ │ │ ├── models.py-tpl │ │ │ │ │ │ │ ├── tests.py-tpl │ │ │ │ │ │ │ └── views.py-tpl │ │ │ │ │ │ ├── global_settings.py │ │ │ │ │ │ ├── locale │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── af │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ar_DZ │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ast │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── az │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── be │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── bn │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── br │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── bs │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── cy │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── de_CH │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── dsb │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── en_AU │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── eo │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── es_AR │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── es_CO │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── es_MX │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── es_NI │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── es_PR │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── es_VE │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── fa │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── fy │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ga │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── gd │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── gl │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── hsb │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── hy │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── ia │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ig │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── io │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── is │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ka │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── kab │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── kk │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── km │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── kn │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ky │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── lb │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── mk │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ml │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── mn │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── mr │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── my │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ne │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── nn │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── os │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── pa │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── pt │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── sq │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── sr_Latn │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── sw │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── ta │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── te │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── tg │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── tk │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── tt │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── udm │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── ur │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── uz │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ ├── zh_Hans │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ │ └── zh_Hant │ │ │ │ │ │ │ │ ├── LC_MESSAGES │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.cpython-39.pyc │ │ │ │ │ │ │ │ └── formats.py │ │ │ │ │ │ ├── project_template │ │ │ │ │ │ │ ├── manage.py-tpl │ │ │ │ │ │ │ └── project_name │ │ │ │ │ │ │ │ ├── __init__.py-tpl │ │ │ │ │ │ │ │ ├── asgi.py-tpl │ │ │ │ │ │ │ │ ├── settings.py-tpl │ │ │ │ │ │ │ │ ├── urls.py-tpl │ │ │ │ │ │ │ │ └── wsgi.py-tpl │ │ │ │ │ │ └── urls │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── i18n.cpython-39.pyc │ │ │ │ │ │ │ └── static.cpython-39.pyc │ │ │ │ │ │ │ ├── i18n.py │ │ │ │ │ │ │ └── static.py │ │ │ │ │ ├── contrib │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ ├── admin │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── actions.cpython-39.pyc │ │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ │ ├── checks.cpython-39.pyc │ │ │ │ │ │ │ │ ├── decorators.cpython-39.pyc │ │ │ │ │ │ │ │ ├── exceptions.cpython-39.pyc │ │ │ │ │ │ │ │ ├── filters.cpython-39.pyc │ │ │ │ │ │ │ │ ├── forms.cpython-39.pyc │ │ │ │ │ │ │ │ ├── helpers.cpython-39.pyc │ │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ │ ├── options.cpython-39.pyc │ │ │ │ │ │ │ │ ├── sites.cpython-39.pyc │ │ │ │ │ │ │ │ ├── tests.cpython-39.pyc │ │ │ │ │ │ │ │ ├── utils.cpython-39.pyc │ │ │ │ │ │ │ │ └── widgets.cpython-39.pyc │ │ │ │ │ │ │ ├── actions.py │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── checks.py │ │ │ │ │ │ │ ├── decorators.py │ │ │ │ │ │ │ ├── exceptions.py │ │ │ │ │ │ │ ├── filters.py │ │ │ │ │ │ │ ├── forms.py │ │ │ │ │ │ │ ├── helpers.py │ │ │ │ │ │ │ ├── locale │ │ │ │ │ │ │ │ ├── af │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── am │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ar_DZ │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ast │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── az │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── be │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── bn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── br │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── bs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── cy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── dsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── en_AU │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── eo │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── es_AR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── es_CO │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── es_MX │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── es_VE │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── fa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── fy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ga │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── gd │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── gl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── hsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── hy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ia │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── io │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── is │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ka │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── kab │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── kk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── km │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── kn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ky │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── lb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── mk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ml │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── mn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── mr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── my │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ne │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── nn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── os │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── pa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── pt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── sq │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── sr_Latn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── sw │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ta │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── te │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── tg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── tt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── udm │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── ur │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── uz │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ ├── zh_Hans │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ │ └── zh_Hant │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ ├── django.po │ │ │ │ │ │ │ │ │ ├── djangojs.mo │ │ │ │ │ │ │ │ │ └── djangojs.po │ │ │ │ │ │ │ ├── migrations │ │ │ │ │ │ │ │ ├── 0001_initial.py │ │ │ │ │ │ │ │ ├── 0002_logentry_remove_auto_add.py │ │ │ │ │ │ │ │ ├── 0003_logentry_add_action_flag_choices.py │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ │ │ │ ├── 0001_initial.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0002_logentry_remove_auto_add.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0003_logentry_add_action_flag_choices.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ │ ├── options.py │ │ │ │ │ │ │ ├── sites.py │ │ │ │ │ │ │ ├── static │ │ │ │ │ │ │ │ └── admin │ │ │ │ │ │ │ │ │ ├── css │ │ │ │ │ │ │ │ │ ├── autocomplete.css │ │ │ │ │ │ │ │ │ ├── base.css │ │ │ │ │ │ │ │ │ ├── changelists.css │ │ │ │ │ │ │ │ │ ├── dashboard.css │ │ │ │ │ │ │ │ │ ├── fonts.css │ │ │ │ │ │ │ │ │ ├── forms.css │ │ │ │ │ │ │ │ │ ├── login.css │ │ │ │ │ │ │ │ │ ├── nav_sidebar.css │ │ │ │ │ │ │ │ │ ├── responsive.css │ │ │ │ │ │ │ │ │ ├── responsive_rtl.css │ │ │ │ │ │ │ │ │ ├── rtl.css │ │ │ │ │ │ │ │ │ ├── vendor │ │ │ │ │ │ │ │ │ │ └── select2 │ │ │ │ │ │ │ │ │ │ │ ├── LICENSE-SELECT2.md │ │ │ │ │ │ │ │ │ │ │ ├── select2.css │ │ │ │ │ │ │ │ │ │ │ └── select2.min.css │ │ │ │ │ │ │ │ │ └── widgets.css │ │ │ │ │ │ │ │ │ ├── fonts │ │ │ │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ │ │ │ ├── README.txt │ │ │ │ │ │ │ │ │ ├── Roboto-Bold-webfont.woff │ │ │ │ │ │ │ │ │ ├── Roboto-Light-webfont.woff │ │ │ │ │ │ │ │ │ └── Roboto-Regular-webfont.woff │ │ │ │ │ │ │ │ │ ├── img │ │ │ │ │ │ │ │ │ ├── LICENSE │ │ │ │ │ │ │ │ │ ├── README.txt │ │ │ │ │ │ │ │ │ ├── calendar-icons.svg │ │ │ │ │ │ │ │ │ ├── gis │ │ │ │ │ │ │ │ │ │ ├── move_vertex_off.svg │ │ │ │ │ │ │ │ │ │ └── move_vertex_on.svg │ │ │ │ │ │ │ │ │ ├── icon-addlink.svg │ │ │ │ │ │ │ │ │ ├── icon-alert.svg │ │ │ │ │ │ │ │ │ ├── icon-calendar.svg │ │ │ │ │ │ │ │ │ ├── icon-changelink.svg │ │ │ │ │ │ │ │ │ ├── icon-clock.svg │ │ │ │ │ │ │ │ │ ├── icon-deletelink.svg │ │ │ │ │ │ │ │ │ ├── icon-no.svg │ │ │ │ │ │ │ │ │ ├── icon-unknown-alt.svg │ │ │ │ │ │ │ │ │ ├── icon-unknown.svg │ │ │ │ │ │ │ │ │ ├── icon-viewlink.svg │ │ │ │ │ │ │ │ │ ├── icon-yes.svg │ │ │ │ │ │ │ │ │ ├── inline-delete.svg │ │ │ │ │ │ │ │ │ ├── search.svg │ │ │ │ │ │ │ │ │ ├── selector-icons.svg │ │ │ │ │ │ │ │ │ ├── sorting-icons.svg │ │ │ │ │ │ │ │ │ ├── tooltag-add.svg │ │ │ │ │ │ │ │ │ └── tooltag-arrowright.svg │ │ │ │ │ │ │ │ │ └── js │ │ │ │ │ │ │ │ │ ├── SelectBox.js │ │ │ │ │ │ │ │ │ ├── SelectFilter2.js │ │ │ │ │ │ │ │ │ ├── actions.js │ │ │ │ │ │ │ │ │ ├── admin │ │ │ │ │ │ │ │ │ ├── DateTimeShortcuts.js │ │ │ │ │ │ │ │ │ └── RelatedObjectLookups.js │ │ │ │ │ │ │ │ │ ├── autocomplete.js │ │ │ │ │ │ │ │ │ ├── calendar.js │ │ │ │ │ │ │ │ │ ├── cancel.js │ │ │ │ │ │ │ │ │ ├── change_form.js │ │ │ │ │ │ │ │ │ ├── collapse.js │ │ │ │ │ │ │ │ │ ├── core.js │ │ │ │ │ │ │ │ │ ├── inlines.js │ │ │ │ │ │ │ │ │ ├── jquery.init.js │ │ │ │ │ │ │ │ │ ├── nav_sidebar.js │ │ │ │ │ │ │ │ │ ├── popup_response.js │ │ │ │ │ │ │ │ │ ├── prepopulate.js │ │ │ │ │ │ │ │ │ ├── prepopulate_init.js │ │ │ │ │ │ │ │ │ ├── urlify.js │ │ │ │ │ │ │ │ │ └── vendor │ │ │ │ │ │ │ │ │ ├── jquery │ │ │ │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ │ │ │ ├── jquery.js │ │ │ │ │ │ │ │ │ └── jquery.min.js │ │ │ │ │ │ │ │ │ ├── select2 │ │ │ │ │ │ │ │ │ ├── LICENSE.md │ │ │ │ │ │ │ │ │ ├── i18n │ │ │ │ │ │ │ │ │ │ ├── af.js │ │ │ │ │ │ │ │ │ │ ├── ar.js │ │ │ │ │ │ │ │ │ │ ├── az.js │ │ │ │ │ │ │ │ │ │ ├── bg.js │ │ │ │ │ │ │ │ │ │ ├── bn.js │ │ │ │ │ │ │ │ │ │ ├── bs.js │ │ │ │ │ │ │ │ │ │ ├── ca.js │ │ │ │ │ │ │ │ │ │ ├── cs.js │ │ │ │ │ │ │ │ │ │ ├── da.js │ │ │ │ │ │ │ │ │ │ ├── de.js │ │ │ │ │ │ │ │ │ │ ├── dsb.js │ │ │ │ │ │ │ │ │ │ ├── el.js │ │ │ │ │ │ │ │ │ │ ├── en.js │ │ │ │ │ │ │ │ │ │ ├── es.js │ │ │ │ │ │ │ │ │ │ ├── et.js │ │ │ │ │ │ │ │ │ │ ├── eu.js │ │ │ │ │ │ │ │ │ │ ├── fa.js │ │ │ │ │ │ │ │ │ │ ├── fi.js │ │ │ │ │ │ │ │ │ │ ├── fr.js │ │ │ │ │ │ │ │ │ │ ├── gl.js │ │ │ │ │ │ │ │ │ │ ├── he.js │ │ │ │ │ │ │ │ │ │ ├── hi.js │ │ │ │ │ │ │ │ │ │ ├── hr.js │ │ │ │ │ │ │ │ │ │ ├── hsb.js │ │ │ │ │ │ │ │ │ │ ├── hu.js │ │ │ │ │ │ │ │ │ │ ├── hy.js │ │ │ │ │ │ │ │ │ │ ├── id.js │ │ │ │ │ │ │ │ │ │ ├── is.js │ │ │ │ │ │ │ │ │ │ ├── it.js │ │ │ │ │ │ │ │ │ │ ├── ja.js │ │ │ │ │ │ │ │ │ │ ├── ka.js │ │ │ │ │ │ │ │ │ │ ├── km.js │ │ │ │ │ │ │ │ │ │ ├── ko.js │ │ │ │ │ │ │ │ │ │ ├── lt.js │ │ │ │ │ │ │ │ │ │ ├── lv.js │ │ │ │ │ │ │ │ │ │ ├── mk.js │ │ │ │ │ │ │ │ │ │ ├── ms.js │ │ │ │ │ │ │ │ │ │ ├── nb.js │ │ │ │ │ │ │ │ │ │ ├── ne.js │ │ │ │ │ │ │ │ │ │ ├── nl.js │ │ │ │ │ │ │ │ │ │ ├── pl.js │ │ │ │ │ │ │ │ │ │ ├── ps.js │ │ │ │ │ │ │ │ │ │ ├── pt-BR.js │ │ │ │ │ │ │ │ │ │ ├── pt.js │ │ │ │ │ │ │ │ │ │ ├── ro.js │ │ │ │ │ │ │ │ │ │ ├── ru.js │ │ │ │ │ │ │ │ │ │ ├── sk.js │ │ │ │ │ │ │ │ │ │ ├── sl.js │ │ │ │ │ │ │ │ │ │ ├── sq.js │ │ │ │ │ │ │ │ │ │ ├── sr-Cyrl.js │ │ │ │ │ │ │ │ │ │ ├── sr.js │ │ │ │ │ │ │ │ │ │ ├── sv.js │ │ │ │ │ │ │ │ │ │ ├── th.js │ │ │ │ │ │ │ │ │ │ ├── tk.js │ │ │ │ │ │ │ │ │ │ ├── tr.js │ │ │ │ │ │ │ │ │ │ ├── uk.js │ │ │ │ │ │ │ │ │ │ ├── vi.js │ │ │ │ │ │ │ │ │ │ ├── zh-CN.js │ │ │ │ │ │ │ │ │ │ └── zh-TW.js │ │ │ │ │ │ │ │ │ ├── select2.full.js │ │ │ │ │ │ │ │ │ └── select2.full.min.js │ │ │ │ │ │ │ │ │ └── xregexp │ │ │ │ │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ │ │ │ │ ├── xregexp.js │ │ │ │ │ │ │ │ │ └── xregexp.min.js │ │ │ │ │ │ │ ├── templates │ │ │ │ │ │ │ │ ├── admin │ │ │ │ │ │ │ │ │ ├── 404.html │ │ │ │ │ │ │ │ │ ├── 500.html │ │ │ │ │ │ │ │ │ ├── actions.html │ │ │ │ │ │ │ │ │ ├── app_index.html │ │ │ │ │ │ │ │ │ ├── app_list.html │ │ │ │ │ │ │ │ │ ├── auth │ │ │ │ │ │ │ │ │ │ └── user │ │ │ │ │ │ │ │ │ │ │ ├── add_form.html │ │ │ │ │ │ │ │ │ │ │ └── change_password.html │ │ │ │ │ │ │ │ │ ├── base.html │ │ │ │ │ │ │ │ │ ├── base_site.html │ │ │ │ │ │ │ │ │ ├── change_form.html │ │ │ │ │ │ │ │ │ ├── change_form_object_tools.html │ │ │ │ │ │ │ │ │ ├── change_list.html │ │ │ │ │ │ │ │ │ ├── change_list_object_tools.html │ │ │ │ │ │ │ │ │ ├── change_list_results.html │ │ │ │ │ │ │ │ │ ├── date_hierarchy.html │ │ │ │ │ │ │ │ │ ├── delete_confirmation.html │ │ │ │ │ │ │ │ │ ├── delete_selected_confirmation.html │ │ │ │ │ │ │ │ │ ├── edit_inline │ │ │ │ │ │ │ │ │ │ ├── stacked.html │ │ │ │ │ │ │ │ │ │ └── tabular.html │ │ │ │ │ │ │ │ │ ├── filter.html │ │ │ │ │ │ │ │ │ ├── includes │ │ │ │ │ │ │ │ │ │ ├── fieldset.html │ │ │ │ │ │ │ │ │ │ └── object_delete_summary.html │ │ │ │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ │ │ │ ├── invalid_setup.html │ │ │ │ │ │ │ │ │ ├── login.html │ │ │ │ │ │ │ │ │ ├── nav_sidebar.html │ │ │ │ │ │ │ │ │ ├── object_history.html │ │ │ │ │ │ │ │ │ ├── pagination.html │ │ │ │ │ │ │ │ │ ├── popup_response.html │ │ │ │ │ │ │ │ │ ├── prepopulated_fields_js.html │ │ │ │ │ │ │ │ │ ├── search_form.html │ │ │ │ │ │ │ │ │ ├── submit_line.html │ │ │ │ │ │ │ │ │ └── widgets │ │ │ │ │ │ │ │ │ │ ├── clearable_file_input.html │ │ │ │ │ │ │ │ │ │ ├── foreign_key_raw_id.html │ │ │ │ │ │ │ │ │ │ ├── many_to_many_raw_id.html │ │ │ │ │ │ │ │ │ │ ├── radio.html │ │ │ │ │ │ │ │ │ │ ├── related_widget_wrapper.html │ │ │ │ │ │ │ │ │ │ ├── split_datetime.html │ │ │ │ │ │ │ │ │ │ └── url.html │ │ │ │ │ │ │ │ └── registration │ │ │ │ │ │ │ │ │ ├── logged_out.html │ │ │ │ │ │ │ │ │ ├── password_change_done.html │ │ │ │ │ │ │ │ │ ├── password_change_form.html │ │ │ │ │ │ │ │ │ ├── password_reset_complete.html │ │ │ │ │ │ │ │ │ ├── password_reset_confirm.html │ │ │ │ │ │ │ │ │ ├── password_reset_done.html │ │ │ │ │ │ │ │ │ ├── password_reset_email.html │ │ │ │ │ │ │ │ │ └── password_reset_form.html │ │ │ │ │ │ │ ├── templatetags │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── admin_list.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── admin_modify.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── admin_urls.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── log.cpython-39.pyc │ │ │ │ │ │ │ │ ├── admin_list.py │ │ │ │ │ │ │ │ ├── admin_modify.py │ │ │ │ │ │ │ │ ├── admin_urls.py │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ └── log.py │ │ │ │ │ │ │ ├── tests.py │ │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ │ ├── views │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── autocomplete.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── decorators.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── main.cpython-39.pyc │ │ │ │ │ │ │ │ ├── autocomplete.py │ │ │ │ │ │ │ │ ├── decorators.py │ │ │ │ │ │ │ │ └── main.py │ │ │ │ │ │ │ └── widgets.py │ │ │ │ │ │ ├── admindocs │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ │ ├── middleware.cpython-39.pyc │ │ │ │ │ │ │ │ ├── urls.cpython-39.pyc │ │ │ │ │ │ │ │ ├── utils.cpython-39.pyc │ │ │ │ │ │ │ │ └── views.cpython-39.pyc │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── locale │ │ │ │ │ │ │ │ ├── af │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar_DZ │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ast │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── az │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── be │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── br │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── dsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_AU │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eo │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_AR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_CO │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_MX │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_VE │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ga │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gd │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ia │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── io │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── is │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ka │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kab │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── km │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ky │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ml │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── my │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ne │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── os │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sq │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr_Latn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sw │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ta │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── te │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── udm │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ur │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── zh_Hans │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ └── zh_Hant │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── middleware.py │ │ │ │ │ │ │ ├── templates │ │ │ │ │ │ │ │ └── admin_doc │ │ │ │ │ │ │ │ │ ├── bookmarklets.html │ │ │ │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ │ │ │ ├── missing_docutils.html │ │ │ │ │ │ │ │ │ ├── model_detail.html │ │ │ │ │ │ │ │ │ ├── model_index.html │ │ │ │ │ │ │ │ │ ├── template_detail.html │ │ │ │ │ │ │ │ │ ├── template_filter_index.html │ │ │ │ │ │ │ │ │ ├── template_tag_index.html │ │ │ │ │ │ │ │ │ ├── view_detail.html │ │ │ │ │ │ │ │ │ └── view_index.html │ │ │ │ │ │ │ ├── urls.py │ │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ │ └── views.py │ │ │ │ │ │ ├── auth │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── admin.cpython-39.pyc │ │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ │ ├── backends.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base_user.cpython-39.pyc │ │ │ │ │ │ │ │ ├── checks.cpython-39.pyc │ │ │ │ │ │ │ │ ├── context_processors.cpython-39.pyc │ │ │ │ │ │ │ │ ├── decorators.cpython-39.pyc │ │ │ │ │ │ │ │ ├── forms.cpython-39.pyc │ │ │ │ │ │ │ │ ├── hashers.cpython-39.pyc │ │ │ │ │ │ │ │ ├── middleware.cpython-39.pyc │ │ │ │ │ │ │ │ ├── mixins.cpython-39.pyc │ │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ │ ├── password_validation.cpython-39.pyc │ │ │ │ │ │ │ │ ├── signals.cpython-39.pyc │ │ │ │ │ │ │ │ ├── tokens.cpython-39.pyc │ │ │ │ │ │ │ │ ├── urls.cpython-39.pyc │ │ │ │ │ │ │ │ ├── validators.cpython-39.pyc │ │ │ │ │ │ │ │ └── views.cpython-39.pyc │ │ │ │ │ │ │ ├── admin.py │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── backends.py │ │ │ │ │ │ │ ├── base_user.py │ │ │ │ │ │ │ ├── checks.py │ │ │ │ │ │ │ ├── common-passwords.txt.gz │ │ │ │ │ │ │ ├── context_processors.py │ │ │ │ │ │ │ ├── decorators.py │ │ │ │ │ │ │ ├── forms.py │ │ │ │ │ │ │ ├── handlers │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── modwsgi.cpython-39.pyc │ │ │ │ │ │ │ │ └── modwsgi.py │ │ │ │ │ │ │ ├── hashers.py │ │ │ │ │ │ │ ├── locale │ │ │ │ │ │ │ │ ├── af │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar_DZ │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ast │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── az │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── be │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── br │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── dsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_AU │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eo │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_AR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_CO │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_MX │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_VE │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ga │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gd │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ia │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── io │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── is │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ka │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kab │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── km │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ky │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ml │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── my │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ne │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── os │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sq │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr_Latn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sw │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ta │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── te │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── udm │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ur │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uz │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── zh_Hans │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ └── zh_Hant │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── management │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── commands │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── changepassword.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── createsuperuser.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── changepassword.py │ │ │ │ │ │ │ │ │ └── createsuperuser.py │ │ │ │ │ │ │ ├── middleware.py │ │ │ │ │ │ │ ├── migrations │ │ │ │ │ │ │ │ ├── 0001_initial.py │ │ │ │ │ │ │ │ ├── 0002_alter_permission_name_max_length.py │ │ │ │ │ │ │ │ ├── 0003_alter_user_email_max_length.py │ │ │ │ │ │ │ │ ├── 0004_alter_user_username_opts.py │ │ │ │ │ │ │ │ ├── 0005_alter_user_last_login_null.py │ │ │ │ │ │ │ │ ├── 0006_require_contenttypes_0002.py │ │ │ │ │ │ │ │ ├── 0007_alter_validators_add_error_messages.py │ │ │ │ │ │ │ │ ├── 0008_alter_user_username_max_length.py │ │ │ │ │ │ │ │ ├── 0009_alter_user_last_name_max_length.py │ │ │ │ │ │ │ │ ├── 0010_alter_group_name_max_length.py │ │ │ │ │ │ │ │ ├── 0011_update_proxy_permissions.py │ │ │ │ │ │ │ │ ├── 0012_alter_user_first_name_max_length.py │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ │ │ │ ├── 0001_initial.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0002_alter_permission_name_max_length.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0003_alter_user_email_max_length.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0004_alter_user_username_opts.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0005_alter_user_last_login_null.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0006_require_contenttypes_0002.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0007_alter_validators_add_error_messages.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0008_alter_user_username_max_length.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0009_alter_user_last_name_max_length.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0010_alter_group_name_max_length.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0011_update_proxy_permissions.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0012_alter_user_first_name_max_length.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── mixins.py │ │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ │ ├── password_validation.py │ │ │ │ │ │ │ ├── signals.py │ │ │ │ │ │ │ ├── templates │ │ │ │ │ │ │ │ ├── auth │ │ │ │ │ │ │ │ │ └── widgets │ │ │ │ │ │ │ │ │ │ └── read_only_password_hash.html │ │ │ │ │ │ │ │ └── registration │ │ │ │ │ │ │ │ │ └── password_reset_subject.txt │ │ │ │ │ │ │ ├── tokens.py │ │ │ │ │ │ │ ├── urls.py │ │ │ │ │ │ │ ├── validators.py │ │ │ │ │ │ │ └── views.py │ │ │ │ │ │ ├── contenttypes │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── admin.cpython-39.pyc │ │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ │ ├── checks.cpython-39.pyc │ │ │ │ │ │ │ │ ├── fields.cpython-39.pyc │ │ │ │ │ │ │ │ ├── forms.cpython-39.pyc │ │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ │ └── views.cpython-39.pyc │ │ │ │ │ │ │ ├── admin.py │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── checks.py │ │ │ │ │ │ │ ├── fields.py │ │ │ │ │ │ │ ├── forms.py │ │ │ │ │ │ │ ├── locale │ │ │ │ │ │ │ │ ├── af │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar_DZ │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ast │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── az │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── be │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── br │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── dsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_AU │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eo │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_AR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_CO │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_MX │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_VE │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ga │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gd │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ia │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── io │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── is │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ka │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── km │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ky │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ml │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── my │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ne │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── os │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sq │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr_Latn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sw │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ta │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── te │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── udm │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ur │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── zh_Hans │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ └── zh_Hant │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── management │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── commands │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── remove_stale_contenttypes.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── remove_stale_contenttypes.py │ │ │ │ │ │ │ ├── migrations │ │ │ │ │ │ │ │ ├── 0001_initial.py │ │ │ │ │ │ │ │ ├── 0002_remove_content_type_name.py │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ │ │ │ ├── 0001_initial.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0002_remove_content_type_name.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ │ └── views.py │ │ │ │ │ │ ├── flatpages │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── admin.cpython-39.pyc │ │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ │ ├── forms.cpython-39.pyc │ │ │ │ │ │ │ │ ├── middleware.cpython-39.pyc │ │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ │ ├── sitemaps.cpython-39.pyc │ │ │ │ │ │ │ │ ├── urls.cpython-39.pyc │ │ │ │ │ │ │ │ └── views.cpython-39.pyc │ │ │ │ │ │ │ ├── admin.py │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── forms.py │ │ │ │ │ │ │ ├── locale │ │ │ │ │ │ │ │ ├── af │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar_DZ │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ast │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── az │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── be │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── br │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── dsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_AU │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eo │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_AR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_CO │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_MX │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_VE │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ga │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gd │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ia │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── io │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── is │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ka │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── km │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ky │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ml │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── my │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ne │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── os │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sq │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr_Latn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sw │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ta │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── te │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── udm │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ur │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── zh_Hans │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ └── zh_Hant │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── middleware.py │ │ │ │ │ │ │ ├── migrations │ │ │ │ │ │ │ │ ├── 0001_initial.py │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ │ │ │ ├── 0001_initial.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ │ ├── sitemaps.py │ │ │ │ │ │ │ ├── templatetags │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── flatpages.cpython-39.pyc │ │ │ │ │ │ │ │ └── flatpages.py │ │ │ │ │ │ │ ├── urls.py │ │ │ │ │ │ │ └── views.py │ │ │ │ │ │ ├── gis │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ │ ├── feeds.cpython-39.pyc │ │ │ │ │ │ │ │ ├── geometry.cpython-39.pyc │ │ │ │ │ │ │ │ ├── measure.cpython-39.pyc │ │ │ │ │ │ │ │ ├── ptr.cpython-39.pyc │ │ │ │ │ │ │ │ ├── shortcuts.cpython-39.pyc │ │ │ │ │ │ │ │ └── views.cpython-39.pyc │ │ │ │ │ │ │ ├── admin │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── options.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── widgets.cpython-39.pyc │ │ │ │ │ │ │ │ ├── options.py │ │ │ │ │ │ │ │ └── widgets.py │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── db │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── backends │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base │ │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── adapter.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── features.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ └── operations.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ ├── adapter.py │ │ │ │ │ │ │ │ │ │ ├── features.py │ │ │ │ │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ │ │ │ │ └── operations.py │ │ │ │ │ │ │ │ │ ├── mysql │ │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── features.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── introspection.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── operations.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ └── schema.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ │ │ ├── features.py │ │ │ │ │ │ │ │ │ │ ├── introspection.py │ │ │ │ │ │ │ │ │ │ ├── operations.py │ │ │ │ │ │ │ │ │ │ └── schema.py │ │ │ │ │ │ │ │ │ ├── oracle │ │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── adapter.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── features.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── introspection.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── operations.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ └── schema.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ ├── adapter.py │ │ │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ │ │ ├── features.py │ │ │ │ │ │ │ │ │ │ ├── introspection.py │ │ │ │ │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ │ │ │ │ ├── operations.py │ │ │ │ │ │ │ │ │ │ └── schema.py │ │ │ │ │ │ │ │ │ ├── postgis │ │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── adapter.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── const.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── features.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── introspection.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── operations.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── pgraster.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ └── schema.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ ├── adapter.py │ │ │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ │ │ ├── const.py │ │ │ │ │ │ │ │ │ │ ├── features.py │ │ │ │ │ │ │ │ │ │ ├── introspection.py │ │ │ │ │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ │ │ │ │ ├── operations.py │ │ │ │ │ │ │ │ │ │ ├── pgraster.py │ │ │ │ │ │ │ │ │ │ └── schema.py │ │ │ │ │ │ │ │ │ ├── spatialite │ │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── adapter.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── client.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── features.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── introspection.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ ├── operations.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ │ └── schema.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ ├── adapter.py │ │ │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ │ │ ├── client.py │ │ │ │ │ │ │ │ │ │ ├── features.py │ │ │ │ │ │ │ │ │ │ ├── introspection.py │ │ │ │ │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ │ │ │ │ ├── operations.py │ │ │ │ │ │ │ │ │ │ └── schema.py │ │ │ │ │ │ │ │ │ └── utils.py │ │ │ │ │ │ │ │ └── models │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── aggregates.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── fields.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── functions.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── lookups.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── proxy.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── aggregates.py │ │ │ │ │ │ │ │ │ ├── fields.py │ │ │ │ │ │ │ │ │ ├── functions.py │ │ │ │ │ │ │ │ │ ├── lookups.py │ │ │ │ │ │ │ │ │ ├── proxy.py │ │ │ │ │ │ │ │ │ └── sql │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── conversion.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── conversion.py │ │ │ │ │ │ │ ├── feeds.py │ │ │ │ │ │ │ ├── forms │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── fields.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── widgets.cpython-39.pyc │ │ │ │ │ │ │ │ ├── fields.py │ │ │ │ │ │ │ │ └── widgets.py │ │ │ │ │ │ │ ├── gdal │ │ │ │ │ │ │ │ ├── LICENSE │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── datasource.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── driver.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── envelope.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── error.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── feature.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── field.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── geometries.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── geomtype.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── layer.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── libgdal.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── srs.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── datasource.py │ │ │ │ │ │ │ │ ├── driver.py │ │ │ │ │ │ │ │ ├── envelope.py │ │ │ │ │ │ │ │ ├── error.py │ │ │ │ │ │ │ │ ├── feature.py │ │ │ │ │ │ │ │ ├── field.py │ │ │ │ │ │ │ │ ├── geometries.py │ │ │ │ │ │ │ │ ├── geomtype.py │ │ │ │ │ │ │ │ ├── layer.py │ │ │ │ │ │ │ │ ├── libgdal.py │ │ │ │ │ │ │ │ ├── prototypes │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ ├── ds.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ ├── errcheck.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ ├── generation.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ ├── geom.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ ├── raster.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ └── srs.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── ds.py │ │ │ │ │ │ │ │ │ ├── errcheck.py │ │ │ │ │ │ │ │ │ ├── generation.py │ │ │ │ │ │ │ │ │ ├── geom.py │ │ │ │ │ │ │ │ │ ├── raster.py │ │ │ │ │ │ │ │ │ └── srs.py │ │ │ │ │ │ │ │ ├── raster │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ ├── band.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ ├── const.cpython-39.pyc │ │ │ │ │ │ │ │ │ │ └── source.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── band.py │ │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ │ ├── const.py │ │ │ │ │ │ │ │ │ └── source.py │ │ │ │ │ │ │ │ └── srs.py │ │ │ │ │ │ │ ├── geoip2 │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── resources.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ └── resources.py │ │ │ │ │ │ │ ├── geometry.py │ │ │ │ │ │ │ ├── geos │ │ │ │ │ │ │ │ ├── LICENSE │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── collections.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── coordseq.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── error.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── factory.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── geometry.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── io.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── libgeos.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── linestring.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── mutable_list.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── point.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── polygon.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── prepared.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── collections.py │ │ │ │ │ │ │ │ ├── coordseq.py │ │ │ │ │ │ │ │ ├── error.py │ │ │ │ │ │ │ │ ├── factory.py │ │ │ │ │ │ │ │ ├── geometry.py │ │ │ │ │ │ │ │ ├── io.py │ │ │ │ │ │ │ │ ├── libgeos.py │ │ │ │ │ │ │ │ ├── linestring.py │ │ │ │ │ │ │ │ ├── mutable_list.py │ │ │ │ │ │ │ │ ├── point.py │ │ │ │ │ │ │ │ ├── polygon.py │ │ │ │ │ │ │ │ ├── prepared.py │ │ │ │ │ │ │ │ └── prototypes │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── coordseq.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── errcheck.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── geom.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── io.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── misc.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── predicates.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── prepared.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── threadsafe.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── topology.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── coordseq.py │ │ │ │ │ │ │ │ │ ├── errcheck.py │ │ │ │ │ │ │ │ │ ├── geom.py │ │ │ │ │ │ │ │ │ ├── io.py │ │ │ │ │ │ │ │ │ ├── misc.py │ │ │ │ │ │ │ │ │ ├── predicates.py │ │ │ │ │ │ │ │ │ ├── prepared.py │ │ │ │ │ │ │ │ │ ├── threadsafe.py │ │ │ │ │ │ │ │ │ └── topology.py │ │ │ │ │ │ │ ├── locale │ │ │ │ │ │ │ │ ├── af │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar_DZ │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ast │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── az │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── be │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── br │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── dsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_AU │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eo │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_AR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_CO │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_MX │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_VE │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ga │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gd │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ia │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── io │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── is │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ka │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── km │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ky │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ml │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── my │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ne │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── os │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sq │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr_Latn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sw │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ta │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── te │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── udm │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ur │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── zh_Hans │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ └── zh_Hant │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── management │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── commands │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── inspectdb.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── ogrinspect.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── inspectdb.py │ │ │ │ │ │ │ │ │ └── ogrinspect.py │ │ │ │ │ │ │ ├── measure.py │ │ │ │ │ │ │ ├── ptr.py │ │ │ │ │ │ │ ├── serializers │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── geojson.cpython-39.pyc │ │ │ │ │ │ │ │ └── geojson.py │ │ │ │ │ │ │ ├── shortcuts.py │ │ │ │ │ │ │ ├── sitemaps │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── kml.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── views.cpython-39.pyc │ │ │ │ │ │ │ │ ├── kml.py │ │ │ │ │ │ │ │ └── views.py │ │ │ │ │ │ │ ├── static │ │ │ │ │ │ │ │ └── gis │ │ │ │ │ │ │ │ │ ├── css │ │ │ │ │ │ │ │ │ └── ol3.css │ │ │ │ │ │ │ │ │ ├── img │ │ │ │ │ │ │ │ │ ├── draw_line_off.svg │ │ │ │ │ │ │ │ │ ├── draw_line_on.svg │ │ │ │ │ │ │ │ │ ├── draw_point_off.svg │ │ │ │ │ │ │ │ │ ├── draw_point_on.svg │ │ │ │ │ │ │ │ │ ├── draw_polygon_off.svg │ │ │ │ │ │ │ │ │ └── draw_polygon_on.svg │ │ │ │ │ │ │ │ │ └── js │ │ │ │ │ │ │ │ │ └── OLMapWidget.js │ │ │ │ │ │ │ ├── templates │ │ │ │ │ │ │ │ └── gis │ │ │ │ │ │ │ │ │ ├── admin │ │ │ │ │ │ │ │ │ ├── openlayers.html │ │ │ │ │ │ │ │ │ ├── openlayers.js │ │ │ │ │ │ │ │ │ ├── osm.html │ │ │ │ │ │ │ │ │ └── osm.js │ │ │ │ │ │ │ │ │ ├── kml │ │ │ │ │ │ │ │ │ ├── base.kml │ │ │ │ │ │ │ │ │ └── placemarks.kml │ │ │ │ │ │ │ │ │ ├── openlayers-osm.html │ │ │ │ │ │ │ │ │ └── openlayers.html │ │ │ │ │ │ │ ├── utils │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── layermapping.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── ogrinfo.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── ogrinspect.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── srs.cpython-39.pyc │ │ │ │ │ │ │ │ ├── layermapping.py │ │ │ │ │ │ │ │ ├── ogrinfo.py │ │ │ │ │ │ │ │ ├── ogrinspect.py │ │ │ │ │ │ │ │ └── srs.py │ │ │ │ │ │ │ └── views.py │ │ │ │ │ │ ├── humanize │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── apps.cpython-39.pyc │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── locale │ │ │ │ │ │ │ │ ├── af │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar_DZ │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ast │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── az │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── be │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── br │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── dsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_AU │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eo │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_AR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_CO │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_MX │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_VE │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ga │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gd │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ia │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── io │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── is │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ka │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── km │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ky │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ml │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── my │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ne │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── os │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sq │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr_Latn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sw │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ta │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── te │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── udm │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ur │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uz │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── zh_Hans │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ └── zh_Hant │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ └── templatetags │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── humanize.cpython-39.pyc │ │ │ │ │ │ │ │ └── humanize.py │ │ │ │ │ │ ├── messages │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── api.cpython-39.pyc │ │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ │ ├── constants.cpython-39.pyc │ │ │ │ │ │ │ │ ├── context_processors.cpython-39.pyc │ │ │ │ │ │ │ │ ├── middleware.cpython-39.pyc │ │ │ │ │ │ │ │ ├── utils.cpython-39.pyc │ │ │ │ │ │ │ │ └── views.cpython-39.pyc │ │ │ │ │ │ │ ├── api.py │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── constants.py │ │ │ │ │ │ │ ├── context_processors.py │ │ │ │ │ │ │ ├── middleware.py │ │ │ │ │ │ │ ├── storage │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── cookie.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── fallback.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── session.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── cookie.py │ │ │ │ │ │ │ │ ├── fallback.py │ │ │ │ │ │ │ │ └── session.py │ │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ │ └── views.py │ │ │ │ │ │ ├── postgres │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ │ ├── constraints.cpython-39.pyc │ │ │ │ │ │ │ │ ├── expressions.cpython-39.pyc │ │ │ │ │ │ │ │ ├── functions.cpython-39.pyc │ │ │ │ │ │ │ │ ├── indexes.cpython-39.pyc │ │ │ │ │ │ │ │ ├── lookups.cpython-39.pyc │ │ │ │ │ │ │ │ ├── operations.cpython-39.pyc │ │ │ │ │ │ │ │ ├── search.cpython-39.pyc │ │ │ │ │ │ │ │ ├── serializers.cpython-39.pyc │ │ │ │ │ │ │ │ ├── signals.cpython-39.pyc │ │ │ │ │ │ │ │ ├── utils.cpython-39.pyc │ │ │ │ │ │ │ │ └── validators.cpython-39.pyc │ │ │ │ │ │ │ ├── aggregates │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── general.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── mixins.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── statistics.cpython-39.pyc │ │ │ │ │ │ │ │ ├── general.py │ │ │ │ │ │ │ │ ├── mixins.py │ │ │ │ │ │ │ │ └── statistics.py │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── constraints.py │ │ │ │ │ │ │ ├── expressions.py │ │ │ │ │ │ │ ├── fields │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── array.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── citext.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── hstore.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── jsonb.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── ranges.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ │ │ ├── array.py │ │ │ │ │ │ │ │ ├── citext.py │ │ │ │ │ │ │ │ ├── hstore.py │ │ │ │ │ │ │ │ ├── jsonb.py │ │ │ │ │ │ │ │ ├── ranges.py │ │ │ │ │ │ │ │ └── utils.py │ │ │ │ │ │ │ ├── forms │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── array.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── hstore.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── ranges.cpython-39.pyc │ │ │ │ │ │ │ │ ├── array.py │ │ │ │ │ │ │ │ ├── hstore.py │ │ │ │ │ │ │ │ └── ranges.py │ │ │ │ │ │ │ ├── functions.py │ │ │ │ │ │ │ ├── indexes.py │ │ │ │ │ │ │ ├── jinja2 │ │ │ │ │ │ │ │ └── postgres │ │ │ │ │ │ │ │ │ └── widgets │ │ │ │ │ │ │ │ │ └── split_array.html │ │ │ │ │ │ │ ├── locale │ │ │ │ │ │ │ │ ├── af │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar_DZ │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── az │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── be │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── dsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_AU │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eo │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_AR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_CO │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_MX │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gd │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ia │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── is │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ka │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ky │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ml │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ne │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sq │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr_Latn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uz │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── zh_Hans │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ └── zh_Hant │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── lookups.py │ │ │ │ │ │ │ ├── operations.py │ │ │ │ │ │ │ ├── search.py │ │ │ │ │ │ │ ├── serializers.py │ │ │ │ │ │ │ ├── signals.py │ │ │ │ │ │ │ ├── templates │ │ │ │ │ │ │ │ └── postgres │ │ │ │ │ │ │ │ │ └── widgets │ │ │ │ │ │ │ │ │ └── split_array.html │ │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ │ └── validators.py │ │ │ │ │ │ ├── redirects │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── admin.cpython-39.pyc │ │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ │ ├── middleware.cpython-39.pyc │ │ │ │ │ │ │ │ └── models.cpython-39.pyc │ │ │ │ │ │ │ ├── admin.py │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── locale │ │ │ │ │ │ │ │ ├── af │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar_DZ │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ast │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── az │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── be │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── br │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── dsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_AU │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eo │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_AR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_CO │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_MX │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_VE │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ga │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gd │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ia │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── io │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── is │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ka │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kab │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── km │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ky │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ml │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── my │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ne │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── os │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sq │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr_Latn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sw │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ta │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── te │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── udm │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ur │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uz │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── zh_Hans │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ └── zh_Hant │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── middleware.py │ │ │ │ │ │ │ ├── migrations │ │ │ │ │ │ │ │ ├── 0001_initial.py │ │ │ │ │ │ │ │ ├── 0002_alter_redirect_new_path_help_text.py │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ │ │ │ ├── 0001_initial.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0002_alter_redirect_new_path_help_text.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ └── models.py │ │ │ │ │ │ ├── sessions │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base_session.cpython-39.pyc │ │ │ │ │ │ │ │ ├── exceptions.cpython-39.pyc │ │ │ │ │ │ │ │ ├── middleware.cpython-39.pyc │ │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ │ └── serializers.cpython-39.pyc │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── backends │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── cache.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── cached_db.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── db.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── file.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── signed_cookies.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── cache.py │ │ │ │ │ │ │ │ ├── cached_db.py │ │ │ │ │ │ │ │ ├── db.py │ │ │ │ │ │ │ │ ├── file.py │ │ │ │ │ │ │ │ └── signed_cookies.py │ │ │ │ │ │ │ ├── base_session.py │ │ │ │ │ │ │ ├── exceptions.py │ │ │ │ │ │ │ ├── locale │ │ │ │ │ │ │ │ ├── af │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar_DZ │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ast │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── az │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── be │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── br │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── dsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_AU │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eo │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_AR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_CO │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_MX │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_VE │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ga │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gd │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ia │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── io │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── is │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ka │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kab │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── km │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ky │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ml │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── my │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ne │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── os │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sq │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr_Latn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sw │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ta │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── te │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── udm │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ur │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uz │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── zh_Hans │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ └── zh_Hant │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── management │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── commands │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── clearsessions.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── clearsessions.py │ │ │ │ │ │ │ ├── middleware.py │ │ │ │ │ │ │ ├── migrations │ │ │ │ │ │ │ │ ├── 0001_initial.py │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ │ │ │ ├── 0001_initial.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ │ └── serializers.py │ │ │ │ │ │ ├── sitemaps │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ │ └── views.cpython-39.pyc │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── management │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── commands │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── ping_google.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── ping_google.py │ │ │ │ │ │ │ ├── templates │ │ │ │ │ │ │ │ ├── sitemap.xml │ │ │ │ │ │ │ │ └── sitemap_index.xml │ │ │ │ │ │ │ └── views.py │ │ │ │ │ │ ├── sites │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── admin.cpython-39.pyc │ │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ │ ├── checks.cpython-39.pyc │ │ │ │ │ │ │ │ ├── management.cpython-39.pyc │ │ │ │ │ │ │ │ ├── managers.cpython-39.pyc │ │ │ │ │ │ │ │ ├── middleware.cpython-39.pyc │ │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ │ ├── requests.cpython-39.pyc │ │ │ │ │ │ │ │ └── shortcuts.cpython-39.pyc │ │ │ │ │ │ │ ├── admin.py │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── checks.py │ │ │ │ │ │ │ ├── locale │ │ │ │ │ │ │ │ ├── af │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ar_DZ │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ast │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── az │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── be │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── br │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── bs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ca │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cs │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── cy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── da │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── de │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── dsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── el │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_AU │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── en_GB │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eo │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_AR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_CO │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_MX │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── es_VE │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── et │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── eu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── fy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ga │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gd │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── gl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── he │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hsb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hu │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── hy │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ia │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── id │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── io │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── is │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── it │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ja │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ka │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kab │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── km │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── kn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ko │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ky │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── lv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ml │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── mr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ms │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── my │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nb │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ne │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── nn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── os │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pa │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── pt_BR │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ro │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ru │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sl │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sq │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sr_Latn │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sv │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── sw │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ta │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── te │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tg │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── th │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tr │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── tt │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── udm │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uk │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── ur │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── uz │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── vi │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ ├── zh_Hans │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ │ └── zh_Hant │ │ │ │ │ │ │ │ │ └── LC_MESSAGES │ │ │ │ │ │ │ │ │ ├── django.mo │ │ │ │ │ │ │ │ │ └── django.po │ │ │ │ │ │ │ ├── management.py │ │ │ │ │ │ │ ├── managers.py │ │ │ │ │ │ │ ├── middleware.py │ │ │ │ │ │ │ ├── migrations │ │ │ │ │ │ │ │ ├── 0001_initial.py │ │ │ │ │ │ │ │ ├── 0002_alter_domain_unique.py │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ │ │ │ ├── 0001_initial.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── 0002_alter_domain_unique.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ │ ├── requests.py │ │ │ │ │ │ │ └── shortcuts.py │ │ │ │ │ │ ├── staticfiles │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ │ ├── checks.cpython-39.pyc │ │ │ │ │ │ │ │ ├── finders.cpython-39.pyc │ │ │ │ │ │ │ │ ├── handlers.cpython-39.pyc │ │ │ │ │ │ │ │ ├── storage.cpython-39.pyc │ │ │ │ │ │ │ │ ├── testing.cpython-39.pyc │ │ │ │ │ │ │ │ ├── urls.cpython-39.pyc │ │ │ │ │ │ │ │ ├── utils.cpython-39.pyc │ │ │ │ │ │ │ │ └── views.cpython-39.pyc │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ ├── checks.py │ │ │ │ │ │ │ ├── finders.py │ │ │ │ │ │ │ ├── handlers.py │ │ │ │ │ │ │ ├── management │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── commands │ │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── collectstatic.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── findstatic.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── runserver.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── collectstatic.py │ │ │ │ │ │ │ │ │ ├── findstatic.py │ │ │ │ │ │ │ │ │ └── runserver.py │ │ │ │ │ │ │ ├── storage.py │ │ │ │ │ │ │ ├── testing.py │ │ │ │ │ │ │ ├── urls.py │ │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ │ └── views.py │ │ │ │ │ │ └── syndication │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── apps.cpython-39.pyc │ │ │ │ │ │ │ └── views.cpython-39.pyc │ │ │ │ │ │ │ ├── apps.py │ │ │ │ │ │ │ └── views.py │ │ │ │ │ ├── core │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── asgi.cpython-39.pyc │ │ │ │ │ │ │ ├── exceptions.cpython-39.pyc │ │ │ │ │ │ │ ├── paginator.cpython-39.pyc │ │ │ │ │ │ │ ├── signals.cpython-39.pyc │ │ │ │ │ │ │ ├── signing.cpython-39.pyc │ │ │ │ │ │ │ ├── validators.cpython-39.pyc │ │ │ │ │ │ │ └── wsgi.cpython-39.pyc │ │ │ │ │ │ ├── asgi.py │ │ │ │ │ │ ├── cache │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ │ ├── backends │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── db.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── dummy.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── filebased.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── locmem.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── memcached.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── redis.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── db.py │ │ │ │ │ │ │ │ ├── dummy.py │ │ │ │ │ │ │ │ ├── filebased.py │ │ │ │ │ │ │ │ ├── locmem.py │ │ │ │ │ │ │ │ ├── memcached.py │ │ │ │ │ │ │ │ └── redis.py │ │ │ │ │ │ │ └── utils.py │ │ │ │ │ │ ├── checks │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── async_checks.cpython-39.pyc │ │ │ │ │ │ │ │ ├── caches.cpython-39.pyc │ │ │ │ │ │ │ │ ├── database.cpython-39.pyc │ │ │ │ │ │ │ │ ├── files.cpython-39.pyc │ │ │ │ │ │ │ │ ├── messages.cpython-39.pyc │ │ │ │ │ │ │ │ ├── model_checks.cpython-39.pyc │ │ │ │ │ │ │ │ ├── registry.cpython-39.pyc │ │ │ │ │ │ │ │ ├── templates.cpython-39.pyc │ │ │ │ │ │ │ │ ├── translation.cpython-39.pyc │ │ │ │ │ │ │ │ └── urls.cpython-39.pyc │ │ │ │ │ │ │ ├── async_checks.py │ │ │ │ │ │ │ ├── caches.py │ │ │ │ │ │ │ ├── compatibility │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── django_4_0.cpython-39.pyc │ │ │ │ │ │ │ │ └── django_4_0.py │ │ │ │ │ │ │ ├── database.py │ │ │ │ │ │ │ ├── files.py │ │ │ │ │ │ │ ├── messages.py │ │ │ │ │ │ │ ├── model_checks.py │ │ │ │ │ │ │ ├── registry.py │ │ │ │ │ │ │ ├── security │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── csrf.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── sessions.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── csrf.py │ │ │ │ │ │ │ │ └── sessions.py │ │ │ │ │ │ │ ├── templates.py │ │ │ │ │ │ │ ├── translation.py │ │ │ │ │ │ │ └── urls.py │ │ │ │ │ │ ├── exceptions.py │ │ │ │ │ │ ├── files │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ ├── images.cpython-39.pyc │ │ │ │ │ │ │ │ ├── locks.cpython-39.pyc │ │ │ │ │ │ │ │ ├── move.cpython-39.pyc │ │ │ │ │ │ │ │ ├── storage.cpython-39.pyc │ │ │ │ │ │ │ │ ├── temp.cpython-39.pyc │ │ │ │ │ │ │ │ ├── uploadedfile.cpython-39.pyc │ │ │ │ │ │ │ │ ├── uploadhandler.cpython-39.pyc │ │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ ├── images.py │ │ │ │ │ │ │ ├── locks.py │ │ │ │ │ │ │ ├── move.py │ │ │ │ │ │ │ ├── storage.py │ │ │ │ │ │ │ ├── temp.py │ │ │ │ │ │ │ ├── uploadedfile.py │ │ │ │ │ │ │ ├── uploadhandler.py │ │ │ │ │ │ │ └── utils.py │ │ │ │ │ │ ├── handlers │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── asgi.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ ├── exception.cpython-39.pyc │ │ │ │ │ │ │ │ └── wsgi.cpython-39.pyc │ │ │ │ │ │ │ ├── asgi.py │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ ├── exception.py │ │ │ │ │ │ │ └── wsgi.py │ │ │ │ │ │ ├── mail │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── message.cpython-39.pyc │ │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ │ ├── backends │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── console.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── dummy.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── filebased.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── locmem.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── smtp.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── console.py │ │ │ │ │ │ │ │ ├── dummy.py │ │ │ │ │ │ │ │ ├── filebased.py │ │ │ │ │ │ │ │ ├── locmem.py │ │ │ │ │ │ │ │ └── smtp.py │ │ │ │ │ │ │ ├── message.py │ │ │ │ │ │ │ └── utils.py │ │ │ │ │ │ ├── management │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ ├── color.cpython-39.pyc │ │ │ │ │ │ │ │ ├── sql.cpython-39.pyc │ │ │ │ │ │ │ │ ├── templates.cpython-39.pyc │ │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ ├── color.py │ │ │ │ │ │ │ ├── commands │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── check.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── compilemessages.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── createcachetable.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── dbshell.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── diffsettings.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── dumpdata.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── flush.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── inspectdb.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── loaddata.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── makemessages.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── makemigrations.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── migrate.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── runserver.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── sendtestemail.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── shell.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── showmigrations.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── sqlflush.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── sqlmigrate.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── sqlsequencereset.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── squashmigrations.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── startapp.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── startproject.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── test.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── testserver.cpython-39.pyc │ │ │ │ │ │ │ │ ├── check.py │ │ │ │ │ │ │ │ ├── compilemessages.py │ │ │ │ │ │ │ │ ├── createcachetable.py │ │ │ │ │ │ │ │ ├── dbshell.py │ │ │ │ │ │ │ │ ├── diffsettings.py │ │ │ │ │ │ │ │ ├── dumpdata.py │ │ │ │ │ │ │ │ ├── flush.py │ │ │ │ │ │ │ │ ├── inspectdb.py │ │ │ │ │ │ │ │ ├── loaddata.py │ │ │ │ │ │ │ │ ├── makemessages.py │ │ │ │ │ │ │ │ ├── makemigrations.py │ │ │ │ │ │ │ │ ├── migrate.py │ │ │ │ │ │ │ │ ├── runserver.py │ │ │ │ │ │ │ │ ├── sendtestemail.py │ │ │ │ │ │ │ │ ├── shell.py │ │ │ │ │ │ │ │ ├── showmigrations.py │ │ │ │ │ │ │ │ ├── sqlflush.py │ │ │ │ │ │ │ │ ├── sqlmigrate.py │ │ │ │ │ │ │ │ ├── sqlsequencereset.py │ │ │ │ │ │ │ │ ├── squashmigrations.py │ │ │ │ │ │ │ │ ├── startapp.py │ │ │ │ │ │ │ │ ├── startproject.py │ │ │ │ │ │ │ │ ├── test.py │ │ │ │ │ │ │ │ └── testserver.py │ │ │ │ │ │ │ ├── sql.py │ │ │ │ │ │ │ ├── templates.py │ │ │ │ │ │ │ └── utils.py │ │ │ │ │ │ ├── paginator.py │ │ │ │ │ │ ├── serializers │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ ├── json.cpython-39.pyc │ │ │ │ │ │ │ │ ├── jsonl.cpython-39.pyc │ │ │ │ │ │ │ │ ├── python.cpython-39.pyc │ │ │ │ │ │ │ │ ├── pyyaml.cpython-39.pyc │ │ │ │ │ │ │ │ └── xml_serializer.cpython-39.pyc │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ ├── json.py │ │ │ │ │ │ │ ├── jsonl.py │ │ │ │ │ │ │ ├── python.py │ │ │ │ │ │ │ ├── pyyaml.py │ │ │ │ │ │ │ └── xml_serializer.py │ │ │ │ │ │ ├── servers │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── basehttp.cpython-39.pyc │ │ │ │ │ │ │ └── basehttp.py │ │ │ │ │ │ ├── signals.py │ │ │ │ │ │ ├── signing.py │ │ │ │ │ │ ├── validators.py │ │ │ │ │ │ └── wsgi.py │ │ │ │ │ ├── db │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── transaction.cpython-39.pyc │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ ├── backends │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── ddl_references.cpython-39.pyc │ │ │ │ │ │ │ │ ├── signals.cpython-39.pyc │ │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ │ ├── base │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── client.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── creation.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── features.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── introspection.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── operations.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── schema.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── validation.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── client.py │ │ │ │ │ │ │ │ ├── creation.py │ │ │ │ │ │ │ │ ├── features.py │ │ │ │ │ │ │ │ ├── introspection.py │ │ │ │ │ │ │ │ ├── operations.py │ │ │ │ │ │ │ │ ├── schema.py │ │ │ │ │ │ │ │ └── validation.py │ │ │ │ │ │ │ ├── ddl_references.py │ │ │ │ │ │ │ ├── dummy │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── features.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ └── features.py │ │ │ │ │ │ │ ├── mysql │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── client.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── compiler.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── creation.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── features.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── introspection.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── operations.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── schema.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── validation.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── client.py │ │ │ │ │ │ │ │ ├── compiler.py │ │ │ │ │ │ │ │ ├── creation.py │ │ │ │ │ │ │ │ ├── features.py │ │ │ │ │ │ │ │ ├── introspection.py │ │ │ │ │ │ │ │ ├── operations.py │ │ │ │ │ │ │ │ ├── schema.py │ │ │ │ │ │ │ │ └── validation.py │ │ │ │ │ │ │ ├── oracle │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── client.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── creation.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── features.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── functions.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── introspection.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── operations.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── schema.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── utils.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── validation.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── client.py │ │ │ │ │ │ │ │ ├── creation.py │ │ │ │ │ │ │ │ ├── features.py │ │ │ │ │ │ │ │ ├── functions.py │ │ │ │ │ │ │ │ ├── introspection.py │ │ │ │ │ │ │ │ ├── operations.py │ │ │ │ │ │ │ │ ├── schema.py │ │ │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ │ │ └── validation.py │ │ │ │ │ │ │ ├── postgresql │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── client.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── creation.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── features.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── introspection.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── operations.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── schema.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── client.py │ │ │ │ │ │ │ │ ├── creation.py │ │ │ │ │ │ │ │ ├── features.py │ │ │ │ │ │ │ │ ├── introspection.py │ │ │ │ │ │ │ │ ├── operations.py │ │ │ │ │ │ │ │ └── schema.py │ │ │ │ │ │ │ ├── signals.py │ │ │ │ │ │ │ ├── sqlite3 │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── client.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── creation.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── features.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── introspection.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── operations.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── schema.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── client.py │ │ │ │ │ │ │ │ ├── creation.py │ │ │ │ │ │ │ │ ├── features.py │ │ │ │ │ │ │ │ ├── introspection.py │ │ │ │ │ │ │ │ ├── operations.py │ │ │ │ │ │ │ │ └── schema.py │ │ │ │ │ │ │ └── utils.py │ │ │ │ │ │ ├── migrations │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── autodetector.cpython-39.pyc │ │ │ │ │ │ │ │ ├── exceptions.cpython-39.pyc │ │ │ │ │ │ │ │ ├── executor.cpython-39.pyc │ │ │ │ │ │ │ │ ├── graph.cpython-39.pyc │ │ │ │ │ │ │ │ ├── loader.cpython-39.pyc │ │ │ │ │ │ │ │ ├── migration.cpython-39.pyc │ │ │ │ │ │ │ │ ├── optimizer.cpython-39.pyc │ │ │ │ │ │ │ │ ├── questioner.cpython-39.pyc │ │ │ │ │ │ │ │ ├── recorder.cpython-39.pyc │ │ │ │ │ │ │ │ ├── serializer.cpython-39.pyc │ │ │ │ │ │ │ │ ├── state.cpython-39.pyc │ │ │ │ │ │ │ │ ├── utils.cpython-39.pyc │ │ │ │ │ │ │ │ └── writer.cpython-39.pyc │ │ │ │ │ │ │ ├── autodetector.py │ │ │ │ │ │ │ ├── exceptions.py │ │ │ │ │ │ │ ├── executor.py │ │ │ │ │ │ │ ├── graph.py │ │ │ │ │ │ │ ├── loader.py │ │ │ │ │ │ │ ├── migration.py │ │ │ │ │ │ │ ├── operations │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── fields.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── special.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── fields.py │ │ │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ │ │ └── special.py │ │ │ │ │ │ │ ├── optimizer.py │ │ │ │ │ │ │ ├── questioner.py │ │ │ │ │ │ │ ├── recorder.py │ │ │ │ │ │ │ ├── serializer.py │ │ │ │ │ │ │ ├── state.py │ │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ │ └── writer.py │ │ │ │ │ │ ├── models │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── aggregates.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ ├── constants.cpython-39.pyc │ │ │ │ │ │ │ │ ├── constraints.cpython-39.pyc │ │ │ │ │ │ │ │ ├── deletion.cpython-39.pyc │ │ │ │ │ │ │ │ ├── enums.cpython-39.pyc │ │ │ │ │ │ │ │ ├── expressions.cpython-39.pyc │ │ │ │ │ │ │ │ ├── indexes.cpython-39.pyc │ │ │ │ │ │ │ │ ├── lookups.cpython-39.pyc │ │ │ │ │ │ │ │ ├── manager.cpython-39.pyc │ │ │ │ │ │ │ │ ├── options.cpython-39.pyc │ │ │ │ │ │ │ │ ├── query.cpython-39.pyc │ │ │ │ │ │ │ │ ├── query_utils.cpython-39.pyc │ │ │ │ │ │ │ │ ├── signals.cpython-39.pyc │ │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ │ ├── aggregates.py │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ ├── constants.py │ │ │ │ │ │ │ ├── constraints.py │ │ │ │ │ │ │ ├── deletion.py │ │ │ │ │ │ │ ├── enums.py │ │ │ │ │ │ │ ├── expressions.py │ │ │ │ │ │ │ ├── fields │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── files.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── json.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── mixins.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── proxy.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── related.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── related_descriptors.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── related_lookups.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── reverse_related.cpython-39.pyc │ │ │ │ │ │ │ │ ├── files.py │ │ │ │ │ │ │ │ ├── json.py │ │ │ │ │ │ │ │ ├── mixins.py │ │ │ │ │ │ │ │ ├── proxy.py │ │ │ │ │ │ │ │ ├── related.py │ │ │ │ │ │ │ │ ├── related_descriptors.py │ │ │ │ │ │ │ │ ├── related_lookups.py │ │ │ │ │ │ │ │ └── reverse_related.py │ │ │ │ │ │ │ ├── functions │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── comparison.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── datetime.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── math.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── mixins.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── text.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── window.cpython-39.pyc │ │ │ │ │ │ │ │ ├── comparison.py │ │ │ │ │ │ │ │ ├── datetime.py │ │ │ │ │ │ │ │ ├── math.py │ │ │ │ │ │ │ │ ├── mixins.py │ │ │ │ │ │ │ │ ├── text.py │ │ │ │ │ │ │ │ └── window.py │ │ │ │ │ │ │ ├── indexes.py │ │ │ │ │ │ │ ├── lookups.py │ │ │ │ │ │ │ ├── manager.py │ │ │ │ │ │ │ ├── options.py │ │ │ │ │ │ │ ├── query.py │ │ │ │ │ │ │ ├── query_utils.py │ │ │ │ │ │ │ ├── signals.py │ │ │ │ │ │ │ ├── sql │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── compiler.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── constants.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── datastructures.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── query.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── subqueries.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── where.cpython-39.pyc │ │ │ │ │ │ │ │ ├── compiler.py │ │ │ │ │ │ │ │ ├── constants.py │ │ │ │ │ │ │ │ ├── datastructures.py │ │ │ │ │ │ │ │ ├── query.py │ │ │ │ │ │ │ │ ├── subqueries.py │ │ │ │ │ │ │ │ └── where.py │ │ │ │ │ │ │ └── utils.py │ │ │ │ │ │ ├── transaction.py │ │ │ │ │ │ └── utils.py │ │ │ │ │ ├── dispatch │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ └── dispatcher.cpython-39.pyc │ │ │ │ │ │ ├── dispatcher.py │ │ │ │ │ │ └── license.txt │ │ │ │ │ ├── forms │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── boundfield.cpython-39.pyc │ │ │ │ │ │ │ ├── fields.cpython-39.pyc │ │ │ │ │ │ │ ├── forms.cpython-39.pyc │ │ │ │ │ │ │ ├── formsets.cpython-39.pyc │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ ├── renderers.cpython-39.pyc │ │ │ │ │ │ │ ├── utils.cpython-39.pyc │ │ │ │ │ │ │ └── widgets.cpython-39.pyc │ │ │ │ │ │ ├── boundfield.py │ │ │ │ │ │ ├── fields.py │ │ │ │ │ │ ├── forms.py │ │ │ │ │ │ ├── formsets.py │ │ │ │ │ │ ├── jinja2 │ │ │ │ │ │ │ └── django │ │ │ │ │ │ │ │ └── forms │ │ │ │ │ │ │ │ ├── attrs.html │ │ │ │ │ │ │ │ ├── default.html │ │ │ │ │ │ │ │ ├── errors │ │ │ │ │ │ │ │ ├── dict │ │ │ │ │ │ │ │ │ ├── default.html │ │ │ │ │ │ │ │ │ ├── text.txt │ │ │ │ │ │ │ │ │ └── ul.html │ │ │ │ │ │ │ │ └── list │ │ │ │ │ │ │ │ │ ├── default.html │ │ │ │ │ │ │ │ │ ├── text.txt │ │ │ │ │ │ │ │ │ └── ul.html │ │ │ │ │ │ │ │ ├── formsets │ │ │ │ │ │ │ │ ├── default.html │ │ │ │ │ │ │ │ ├── p.html │ │ │ │ │ │ │ │ ├── table.html │ │ │ │ │ │ │ │ └── ul.html │ │ │ │ │ │ │ │ ├── label.html │ │ │ │ │ │ │ │ ├── p.html │ │ │ │ │ │ │ │ ├── table.html │ │ │ │ │ │ │ │ ├── ul.html │ │ │ │ │ │ │ │ └── widgets │ │ │ │ │ │ │ │ ├── attrs.html │ │ │ │ │ │ │ │ ├── checkbox.html │ │ │ │ │ │ │ │ ├── checkbox_option.html │ │ │ │ │ │ │ │ ├── checkbox_select.html │ │ │ │ │ │ │ │ ├── clearable_file_input.html │ │ │ │ │ │ │ │ ├── date.html │ │ │ │ │ │ │ │ ├── datetime.html │ │ │ │ │ │ │ │ ├── email.html │ │ │ │ │ │ │ │ ├── file.html │ │ │ │ │ │ │ │ ├── hidden.html │ │ │ │ │ │ │ │ ├── input.html │ │ │ │ │ │ │ │ ├── input_option.html │ │ │ │ │ │ │ │ ├── multiple_hidden.html │ │ │ │ │ │ │ │ ├── multiple_input.html │ │ │ │ │ │ │ │ ├── multiwidget.html │ │ │ │ │ │ │ │ ├── number.html │ │ │ │ │ │ │ │ ├── password.html │ │ │ │ │ │ │ │ ├── radio.html │ │ │ │ │ │ │ │ ├── radio_option.html │ │ │ │ │ │ │ │ ├── select.html │ │ │ │ │ │ │ │ ├── select_date.html │ │ │ │ │ │ │ │ ├── select_option.html │ │ │ │ │ │ │ │ ├── splitdatetime.html │ │ │ │ │ │ │ │ ├── splithiddendatetime.html │ │ │ │ │ │ │ │ ├── text.html │ │ │ │ │ │ │ │ ├── textarea.html │ │ │ │ │ │ │ │ ├── time.html │ │ │ │ │ │ │ │ └── url.html │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ ├── renderers.py │ │ │ │ │ │ ├── templates │ │ │ │ │ │ │ └── django │ │ │ │ │ │ │ │ └── forms │ │ │ │ │ │ │ │ ├── attrs.html │ │ │ │ │ │ │ │ ├── default.html │ │ │ │ │ │ │ │ ├── errors │ │ │ │ │ │ │ │ ├── dict │ │ │ │ │ │ │ │ │ ├── default.html │ │ │ │ │ │ │ │ │ ├── text.txt │ │ │ │ │ │ │ │ │ └── ul.html │ │ │ │ │ │ │ │ └── list │ │ │ │ │ │ │ │ │ ├── default.html │ │ │ │ │ │ │ │ │ ├── text.txt │ │ │ │ │ │ │ │ │ └── ul.html │ │ │ │ │ │ │ │ ├── formsets │ │ │ │ │ │ │ │ ├── default.html │ │ │ │ │ │ │ │ ├── p.html │ │ │ │ │ │ │ │ ├── table.html │ │ │ │ │ │ │ │ └── ul.html │ │ │ │ │ │ │ │ ├── label.html │ │ │ │ │ │ │ │ ├── p.html │ │ │ │ │ │ │ │ ├── table.html │ │ │ │ │ │ │ │ ├── ul.html │ │ │ │ │ │ │ │ └── widgets │ │ │ │ │ │ │ │ ├── attrs.html │ │ │ │ │ │ │ │ ├── checkbox.html │ │ │ │ │ │ │ │ ├── checkbox_option.html │ │ │ │ │ │ │ │ ├── checkbox_select.html │ │ │ │ │ │ │ │ ├── clearable_file_input.html │ │ │ │ │ │ │ │ ├── date.html │ │ │ │ │ │ │ │ ├── datetime.html │ │ │ │ │ │ │ │ ├── email.html │ │ │ │ │ │ │ │ ├── file.html │ │ │ │ │ │ │ │ ├── hidden.html │ │ │ │ │ │ │ │ ├── input.html │ │ │ │ │ │ │ │ ├── input_option.html │ │ │ │ │ │ │ │ ├── multiple_hidden.html │ │ │ │ │ │ │ │ ├── multiple_input.html │ │ │ │ │ │ │ │ ├── multiwidget.html │ │ │ │ │ │ │ │ ├── number.html │ │ │ │ │ │ │ │ ├── password.html │ │ │ │ │ │ │ │ ├── radio.html │ │ │ │ │ │ │ │ ├── radio_option.html │ │ │ │ │ │ │ │ ├── select.html │ │ │ │ │ │ │ │ ├── select_date.html │ │ │ │ │ │ │ │ ├── select_option.html │ │ │ │ │ │ │ │ ├── splitdatetime.html │ │ │ │ │ │ │ │ ├── splithiddendatetime.html │ │ │ │ │ │ │ │ ├── text.html │ │ │ │ │ │ │ │ ├── textarea.html │ │ │ │ │ │ │ │ ├── time.html │ │ │ │ │ │ │ │ └── url.html │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ └── widgets.py │ │ │ │ │ ├── http │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── cookie.cpython-39.pyc │ │ │ │ │ │ │ ├── multipartparser.cpython-39.pyc │ │ │ │ │ │ │ ├── request.cpython-39.pyc │ │ │ │ │ │ │ └── response.cpython-39.pyc │ │ │ │ │ │ ├── cookie.py │ │ │ │ │ │ ├── multipartparser.py │ │ │ │ │ │ ├── request.py │ │ │ │ │ │ └── response.py │ │ │ │ │ ├── middleware │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── cache.cpython-39.pyc │ │ │ │ │ │ │ ├── clickjacking.cpython-39.pyc │ │ │ │ │ │ │ ├── common.cpython-39.pyc │ │ │ │ │ │ │ ├── csrf.cpython-39.pyc │ │ │ │ │ │ │ ├── gzip.cpython-39.pyc │ │ │ │ │ │ │ ├── http.cpython-39.pyc │ │ │ │ │ │ │ ├── locale.cpython-39.pyc │ │ │ │ │ │ │ └── security.cpython-39.pyc │ │ │ │ │ │ ├── cache.py │ │ │ │ │ │ ├── clickjacking.py │ │ │ │ │ │ ├── common.py │ │ │ │ │ │ ├── csrf.py │ │ │ │ │ │ ├── gzip.py │ │ │ │ │ │ ├── http.py │ │ │ │ │ │ ├── locale.py │ │ │ │ │ │ └── security.py │ │ │ │ │ ├── shortcuts.py │ │ │ │ │ ├── template │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── autoreload.cpython-39.pyc │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ ├── context.cpython-39.pyc │ │ │ │ │ │ │ ├── context_processors.cpython-39.pyc │ │ │ │ │ │ │ ├── defaultfilters.cpython-39.pyc │ │ │ │ │ │ │ ├── defaulttags.cpython-39.pyc │ │ │ │ │ │ │ ├── engine.cpython-39.pyc │ │ │ │ │ │ │ ├── exceptions.cpython-39.pyc │ │ │ │ │ │ │ ├── library.cpython-39.pyc │ │ │ │ │ │ │ ├── loader.cpython-39.pyc │ │ │ │ │ │ │ ├── loader_tags.cpython-39.pyc │ │ │ │ │ │ │ ├── response.cpython-39.pyc │ │ │ │ │ │ │ ├── smartif.cpython-39.pyc │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ ├── autoreload.py │ │ │ │ │ │ ├── backends │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ ├── django.cpython-39.pyc │ │ │ │ │ │ │ │ ├── dummy.cpython-39.pyc │ │ │ │ │ │ │ │ ├── jinja2.cpython-39.pyc │ │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ ├── django.py │ │ │ │ │ │ │ ├── dummy.py │ │ │ │ │ │ │ ├── jinja2.py │ │ │ │ │ │ │ └── utils.py │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ ├── context.py │ │ │ │ │ │ ├── context_processors.py │ │ │ │ │ │ ├── defaultfilters.py │ │ │ │ │ │ ├── defaulttags.py │ │ │ │ │ │ ├── engine.py │ │ │ │ │ │ ├── exceptions.py │ │ │ │ │ │ ├── library.py │ │ │ │ │ │ ├── loader.py │ │ │ │ │ │ ├── loader_tags.py │ │ │ │ │ │ ├── loaders │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── app_directories.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ ├── cached.cpython-39.pyc │ │ │ │ │ │ │ │ ├── filesystem.cpython-39.pyc │ │ │ │ │ │ │ │ └── locmem.cpython-39.pyc │ │ │ │ │ │ │ ├── app_directories.py │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ ├── cached.py │ │ │ │ │ │ │ ├── filesystem.py │ │ │ │ │ │ │ └── locmem.py │ │ │ │ │ │ ├── response.py │ │ │ │ │ │ ├── smartif.py │ │ │ │ │ │ └── utils.py │ │ │ │ │ ├── templatetags │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── cache.cpython-39.pyc │ │ │ │ │ │ │ ├── i18n.cpython-39.pyc │ │ │ │ │ │ │ ├── l10n.cpython-39.pyc │ │ │ │ │ │ │ ├── static.cpython-39.pyc │ │ │ │ │ │ │ └── tz.cpython-39.pyc │ │ │ │ │ │ ├── cache.py │ │ │ │ │ │ ├── i18n.py │ │ │ │ │ │ ├── l10n.py │ │ │ │ │ │ ├── static.py │ │ │ │ │ │ └── tz.py │ │ │ │ │ ├── test │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── client.cpython-39.pyc │ │ │ │ │ │ │ ├── html.cpython-39.pyc │ │ │ │ │ │ │ ├── runner.cpython-39.pyc │ │ │ │ │ │ │ ├── selenium.cpython-39.pyc │ │ │ │ │ │ │ ├── signals.cpython-39.pyc │ │ │ │ │ │ │ ├── testcases.cpython-39.pyc │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ ├── client.py │ │ │ │ │ │ ├── html.py │ │ │ │ │ │ ├── runner.py │ │ │ │ │ │ ├── selenium.py │ │ │ │ │ │ ├── signals.py │ │ │ │ │ │ ├── testcases.py │ │ │ │ │ │ └── utils.py │ │ │ │ │ ├── urls │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ ├── conf.cpython-39.pyc │ │ │ │ │ │ │ ├── converters.cpython-39.pyc │ │ │ │ │ │ │ ├── exceptions.cpython-39.pyc │ │ │ │ │ │ │ ├── resolvers.cpython-39.pyc │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ ├── conf.py │ │ │ │ │ │ ├── converters.py │ │ │ │ │ │ ├── exceptions.py │ │ │ │ │ │ ├── resolvers.py │ │ │ │ │ │ └── utils.py │ │ │ │ │ ├── utils │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── _os.cpython-39.pyc │ │ │ │ │ │ │ ├── archive.cpython-39.pyc │ │ │ │ │ │ │ ├── asyncio.cpython-39.pyc │ │ │ │ │ │ │ ├── autoreload.cpython-39.pyc │ │ │ │ │ │ │ ├── baseconv.cpython-39.pyc │ │ │ │ │ │ │ ├── cache.cpython-39.pyc │ │ │ │ │ │ │ ├── connection.cpython-39.pyc │ │ │ │ │ │ │ ├── crypto.cpython-39.pyc │ │ │ │ │ │ │ ├── datastructures.cpython-39.pyc │ │ │ │ │ │ │ ├── dateformat.cpython-39.pyc │ │ │ │ │ │ │ ├── dateparse.cpython-39.pyc │ │ │ │ │ │ │ ├── dates.cpython-39.pyc │ │ │ │ │ │ │ ├── datetime_safe.cpython-39.pyc │ │ │ │ │ │ │ ├── deconstruct.cpython-39.pyc │ │ │ │ │ │ │ ├── decorators.cpython-39.pyc │ │ │ │ │ │ │ ├── deprecation.cpython-39.pyc │ │ │ │ │ │ │ ├── duration.cpython-39.pyc │ │ │ │ │ │ │ ├── encoding.cpython-39.pyc │ │ │ │ │ │ │ ├── feedgenerator.cpython-39.pyc │ │ │ │ │ │ │ ├── formats.cpython-39.pyc │ │ │ │ │ │ │ ├── functional.cpython-39.pyc │ │ │ │ │ │ │ ├── hashable.cpython-39.pyc │ │ │ │ │ │ │ ├── html.cpython-39.pyc │ │ │ │ │ │ │ ├── http.cpython-39.pyc │ │ │ │ │ │ │ ├── inspect.cpython-39.pyc │ │ │ │ │ │ │ ├── ipv6.cpython-39.pyc │ │ │ │ │ │ │ ├── itercompat.cpython-39.pyc │ │ │ │ │ │ │ ├── jslex.cpython-39.pyc │ │ │ │ │ │ │ ├── log.cpython-39.pyc │ │ │ │ │ │ │ ├── lorem_ipsum.cpython-39.pyc │ │ │ │ │ │ │ ├── module_loading.cpython-39.pyc │ │ │ │ │ │ │ ├── numberformat.cpython-39.pyc │ │ │ │ │ │ │ ├── regex_helper.cpython-39.pyc │ │ │ │ │ │ │ ├── safestring.cpython-39.pyc │ │ │ │ │ │ │ ├── termcolors.cpython-39.pyc │ │ │ │ │ │ │ ├── text.cpython-39.pyc │ │ │ │ │ │ │ ├── timesince.cpython-39.pyc │ │ │ │ │ │ │ ├── timezone.cpython-39.pyc │ │ │ │ │ │ │ ├── topological_sort.cpython-39.pyc │ │ │ │ │ │ │ ├── tree.cpython-39.pyc │ │ │ │ │ │ │ ├── version.cpython-39.pyc │ │ │ │ │ │ │ └── xmlutils.cpython-39.pyc │ │ │ │ │ │ ├── _os.py │ │ │ │ │ │ ├── archive.py │ │ │ │ │ │ ├── asyncio.py │ │ │ │ │ │ ├── autoreload.py │ │ │ │ │ │ ├── baseconv.py │ │ │ │ │ │ ├── cache.py │ │ │ │ │ │ ├── connection.py │ │ │ │ │ │ ├── crypto.py │ │ │ │ │ │ ├── datastructures.py │ │ │ │ │ │ ├── dateformat.py │ │ │ │ │ │ ├── dateparse.py │ │ │ │ │ │ ├── dates.py │ │ │ │ │ │ ├── datetime_safe.py │ │ │ │ │ │ ├── deconstruct.py │ │ │ │ │ │ ├── decorators.py │ │ │ │ │ │ ├── deprecation.py │ │ │ │ │ │ ├── duration.py │ │ │ │ │ │ ├── encoding.py │ │ │ │ │ │ ├── feedgenerator.py │ │ │ │ │ │ ├── formats.py │ │ │ │ │ │ ├── functional.py │ │ │ │ │ │ ├── hashable.py │ │ │ │ │ │ ├── html.py │ │ │ │ │ │ ├── http.py │ │ │ │ │ │ ├── inspect.py │ │ │ │ │ │ ├── ipv6.py │ │ │ │ │ │ ├── itercompat.py │ │ │ │ │ │ ├── jslex.py │ │ │ │ │ │ ├── log.py │ │ │ │ │ │ ├── lorem_ipsum.py │ │ │ │ │ │ ├── module_loading.py │ │ │ │ │ │ ├── numberformat.py │ │ │ │ │ │ ├── regex_helper.py │ │ │ │ │ │ ├── safestring.py │ │ │ │ │ │ ├── termcolors.py │ │ │ │ │ │ ├── text.py │ │ │ │ │ │ ├── timesince.py │ │ │ │ │ │ ├── timezone.py │ │ │ │ │ │ ├── topological_sort.py │ │ │ │ │ │ ├── translation │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── reloader.cpython-39.pyc │ │ │ │ │ │ │ │ ├── template.cpython-39.pyc │ │ │ │ │ │ │ │ ├── trans_null.cpython-39.pyc │ │ │ │ │ │ │ │ └── trans_real.cpython-39.pyc │ │ │ │ │ │ │ ├── reloader.py │ │ │ │ │ │ │ ├── template.py │ │ │ │ │ │ │ ├── trans_null.py │ │ │ │ │ │ │ └── trans_real.py │ │ │ │ │ │ ├── tree.py │ │ │ │ │ │ ├── version.py │ │ │ │ │ │ └── xmlutils.py │ │ │ │ │ └── views │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ ├── csrf.cpython-39.pyc │ │ │ │ │ │ ├── debug.cpython-39.pyc │ │ │ │ │ │ ├── defaults.cpython-39.pyc │ │ │ │ │ │ ├── i18n.cpython-39.pyc │ │ │ │ │ │ └── static.cpython-39.pyc │ │ │ │ │ │ ├── csrf.py │ │ │ │ │ │ ├── debug.py │ │ │ │ │ │ ├── decorators │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── cache.cpython-39.pyc │ │ │ │ │ │ │ ├── clickjacking.cpython-39.pyc │ │ │ │ │ │ │ ├── common.cpython-39.pyc │ │ │ │ │ │ │ ├── csrf.cpython-39.pyc │ │ │ │ │ │ │ ├── debug.cpython-39.pyc │ │ │ │ │ │ │ ├── gzip.cpython-39.pyc │ │ │ │ │ │ │ ├── http.cpython-39.pyc │ │ │ │ │ │ │ └── vary.cpython-39.pyc │ │ │ │ │ │ ├── cache.py │ │ │ │ │ │ ├── clickjacking.py │ │ │ │ │ │ ├── common.py │ │ │ │ │ │ ├── csrf.py │ │ │ │ │ │ ├── debug.py │ │ │ │ │ │ ├── gzip.py │ │ │ │ │ │ ├── http.py │ │ │ │ │ │ └── vary.py │ │ │ │ │ │ ├── defaults.py │ │ │ │ │ │ ├── generic │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ ├── dates.cpython-39.pyc │ │ │ │ │ │ │ ├── detail.cpython-39.pyc │ │ │ │ │ │ │ ├── edit.cpython-39.pyc │ │ │ │ │ │ │ └── list.cpython-39.pyc │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ ├── dates.py │ │ │ │ │ │ ├── detail.py │ │ │ │ │ │ ├── edit.py │ │ │ │ │ │ └── list.py │ │ │ │ │ │ ├── i18n.py │ │ │ │ │ │ ├── static.py │ │ │ │ │ │ └── templates │ │ │ │ │ │ ├── default_urlconf.html │ │ │ │ │ │ ├── technical_404.html │ │ │ │ │ │ ├── technical_500.html │ │ │ │ │ │ └── technical_500.txt │ │ │ │ │ ├── easy_install.py │ │ │ │ │ ├── pip-20.2.3.dist-info │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE.txt │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── REQUESTED │ │ │ │ │ ├── WHEEL │ │ │ │ │ ├── entry_points.txt │ │ │ │ │ └── top_level.txt │ │ │ │ │ ├── pip │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __main__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ └── __main__.cpython-39.pyc │ │ │ │ │ ├── _internal │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── build_env.cpython-39.pyc │ │ │ │ │ │ │ ├── cache.cpython-39.pyc │ │ │ │ │ │ │ ├── configuration.cpython-39.pyc │ │ │ │ │ │ │ ├── exceptions.cpython-39.pyc │ │ │ │ │ │ │ ├── locations.cpython-39.pyc │ │ │ │ │ │ │ ├── main.cpython-39.pyc │ │ │ │ │ │ │ ├── pyproject.cpython-39.pyc │ │ │ │ │ │ │ ├── self_outdated_check.cpython-39.pyc │ │ │ │ │ │ │ └── wheel_builder.cpython-39.pyc │ │ │ │ │ │ ├── build_env.py │ │ │ │ │ │ ├── cache.py │ │ │ │ │ │ ├── cli │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── autocompletion.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base_command.cpython-39.pyc │ │ │ │ │ │ │ │ ├── cmdoptions.cpython-39.pyc │ │ │ │ │ │ │ │ ├── command_context.cpython-39.pyc │ │ │ │ │ │ │ │ ├── main.cpython-39.pyc │ │ │ │ │ │ │ │ ├── main_parser.cpython-39.pyc │ │ │ │ │ │ │ │ ├── parser.cpython-39.pyc │ │ │ │ │ │ │ │ ├── progress_bars.cpython-39.pyc │ │ │ │ │ │ │ │ ├── req_command.cpython-39.pyc │ │ │ │ │ │ │ │ ├── spinners.cpython-39.pyc │ │ │ │ │ │ │ │ └── status_codes.cpython-39.pyc │ │ │ │ │ │ │ ├── autocompletion.py │ │ │ │ │ │ │ ├── base_command.py │ │ │ │ │ │ │ ├── cmdoptions.py │ │ │ │ │ │ │ ├── command_context.py │ │ │ │ │ │ │ ├── main.py │ │ │ │ │ │ │ ├── main_parser.py │ │ │ │ │ │ │ ├── parser.py │ │ │ │ │ │ │ ├── progress_bars.py │ │ │ │ │ │ │ ├── req_command.py │ │ │ │ │ │ │ ├── spinners.py │ │ │ │ │ │ │ └── status_codes.py │ │ │ │ │ │ ├── commands │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── cache.cpython-39.pyc │ │ │ │ │ │ │ │ ├── check.cpython-39.pyc │ │ │ │ │ │ │ │ ├── completion.cpython-39.pyc │ │ │ │ │ │ │ │ ├── configuration.cpython-39.pyc │ │ │ │ │ │ │ │ ├── debug.cpython-39.pyc │ │ │ │ │ │ │ │ ├── download.cpython-39.pyc │ │ │ │ │ │ │ │ ├── freeze.cpython-39.pyc │ │ │ │ │ │ │ │ ├── hash.cpython-39.pyc │ │ │ │ │ │ │ │ ├── help.cpython-39.pyc │ │ │ │ │ │ │ │ ├── install.cpython-39.pyc │ │ │ │ │ │ │ │ ├── list.cpython-39.pyc │ │ │ │ │ │ │ │ ├── search.cpython-39.pyc │ │ │ │ │ │ │ │ ├── show.cpython-39.pyc │ │ │ │ │ │ │ │ ├── uninstall.cpython-39.pyc │ │ │ │ │ │ │ │ └── wheel.cpython-39.pyc │ │ │ │ │ │ │ ├── cache.py │ │ │ │ │ │ │ ├── check.py │ │ │ │ │ │ │ ├── completion.py │ │ │ │ │ │ │ ├── configuration.py │ │ │ │ │ │ │ ├── debug.py │ │ │ │ │ │ │ ├── download.py │ │ │ │ │ │ │ ├── freeze.py │ │ │ │ │ │ │ ├── hash.py │ │ │ │ │ │ │ ├── help.py │ │ │ │ │ │ │ ├── install.py │ │ │ │ │ │ │ ├── list.py │ │ │ │ │ │ │ ├── search.py │ │ │ │ │ │ │ ├── show.py │ │ │ │ │ │ │ ├── uninstall.py │ │ │ │ │ │ │ └── wheel.py │ │ │ │ │ │ ├── configuration.py │ │ │ │ │ │ ├── distributions │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ ├── installed.cpython-39.pyc │ │ │ │ │ │ │ │ ├── sdist.cpython-39.pyc │ │ │ │ │ │ │ │ └── wheel.cpython-39.pyc │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ ├── installed.py │ │ │ │ │ │ │ ├── sdist.py │ │ │ │ │ │ │ └── wheel.py │ │ │ │ │ │ ├── exceptions.py │ │ │ │ │ │ ├── index │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── collector.cpython-39.pyc │ │ │ │ │ │ │ │ └── package_finder.cpython-39.pyc │ │ │ │ │ │ │ ├── collector.py │ │ │ │ │ │ │ └── package_finder.py │ │ │ │ │ │ ├── locations.py │ │ │ │ │ │ ├── main.py │ │ │ │ │ │ ├── models │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── candidate.cpython-39.pyc │ │ │ │ │ │ │ │ ├── direct_url.cpython-39.pyc │ │ │ │ │ │ │ │ ├── format_control.cpython-39.pyc │ │ │ │ │ │ │ │ ├── index.cpython-39.pyc │ │ │ │ │ │ │ │ ├── link.cpython-39.pyc │ │ │ │ │ │ │ │ ├── scheme.cpython-39.pyc │ │ │ │ │ │ │ │ ├── search_scope.cpython-39.pyc │ │ │ │ │ │ │ │ ├── selection_prefs.cpython-39.pyc │ │ │ │ │ │ │ │ ├── target_python.cpython-39.pyc │ │ │ │ │ │ │ │ └── wheel.cpython-39.pyc │ │ │ │ │ │ │ ├── candidate.py │ │ │ │ │ │ │ ├── direct_url.py │ │ │ │ │ │ │ ├── format_control.py │ │ │ │ │ │ │ ├── index.py │ │ │ │ │ │ │ ├── link.py │ │ │ │ │ │ │ ├── scheme.py │ │ │ │ │ │ │ ├── search_scope.py │ │ │ │ │ │ │ ├── selection_prefs.py │ │ │ │ │ │ │ ├── target_python.py │ │ │ │ │ │ │ └── wheel.py │ │ │ │ │ │ ├── network │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── auth.cpython-39.pyc │ │ │ │ │ │ │ │ ├── cache.cpython-39.pyc │ │ │ │ │ │ │ │ ├── download.cpython-39.pyc │ │ │ │ │ │ │ │ ├── lazy_wheel.cpython-39.pyc │ │ │ │ │ │ │ │ ├── session.cpython-39.pyc │ │ │ │ │ │ │ │ ├── utils.cpython-39.pyc │ │ │ │ │ │ │ │ └── xmlrpc.cpython-39.pyc │ │ │ │ │ │ │ ├── auth.py │ │ │ │ │ │ │ ├── cache.py │ │ │ │ │ │ │ ├── download.py │ │ │ │ │ │ │ ├── lazy_wheel.py │ │ │ │ │ │ │ ├── session.py │ │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ │ └── xmlrpc.py │ │ │ │ │ │ ├── operations │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── check.cpython-39.pyc │ │ │ │ │ │ │ │ ├── freeze.cpython-39.pyc │ │ │ │ │ │ │ │ └── prepare.cpython-39.pyc │ │ │ │ │ │ │ ├── build │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── metadata.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── metadata_legacy.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── wheel.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── wheel_legacy.cpython-39.pyc │ │ │ │ │ │ │ │ ├── metadata.py │ │ │ │ │ │ │ │ ├── metadata_legacy.py │ │ │ │ │ │ │ │ ├── wheel.py │ │ │ │ │ │ │ │ └── wheel_legacy.py │ │ │ │ │ │ │ ├── check.py │ │ │ │ │ │ │ ├── freeze.py │ │ │ │ │ │ │ ├── install │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── editable_legacy.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── legacy.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── wheel.cpython-39.pyc │ │ │ │ │ │ │ │ ├── editable_legacy.py │ │ │ │ │ │ │ │ ├── legacy.py │ │ │ │ │ │ │ │ └── wheel.py │ │ │ │ │ │ │ └── prepare.py │ │ │ │ │ │ ├── pyproject.py │ │ │ │ │ │ ├── req │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── constructors.cpython-39.pyc │ │ │ │ │ │ │ │ ├── req_file.cpython-39.pyc │ │ │ │ │ │ │ │ ├── req_install.cpython-39.pyc │ │ │ │ │ │ │ │ ├── req_set.cpython-39.pyc │ │ │ │ │ │ │ │ ├── req_tracker.cpython-39.pyc │ │ │ │ │ │ │ │ └── req_uninstall.cpython-39.pyc │ │ │ │ │ │ │ ├── constructors.py │ │ │ │ │ │ │ ├── req_file.py │ │ │ │ │ │ │ ├── req_install.py │ │ │ │ │ │ │ ├── req_set.py │ │ │ │ │ │ │ ├── req_tracker.py │ │ │ │ │ │ │ └── req_uninstall.py │ │ │ │ │ │ ├── resolution │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── base.cpython-39.pyc │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ ├── legacy │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── resolver.cpython-39.pyc │ │ │ │ │ │ │ │ └── resolver.py │ │ │ │ │ │ │ └── resolvelib │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ ├── candidates.cpython-39.pyc │ │ │ │ │ │ │ │ ├── factory.cpython-39.pyc │ │ │ │ │ │ │ │ ├── provider.cpython-39.pyc │ │ │ │ │ │ │ │ ├── requirements.cpython-39.pyc │ │ │ │ │ │ │ │ └── resolver.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ │ ├── candidates.py │ │ │ │ │ │ │ │ ├── factory.py │ │ │ │ │ │ │ │ ├── provider.py │ │ │ │ │ │ │ │ ├── requirements.py │ │ │ │ │ │ │ │ └── resolver.py │ │ │ │ │ │ ├── self_outdated_check.py │ │ │ │ │ │ ├── utils │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── appdirs.cpython-39.pyc │ │ │ │ │ │ │ │ ├── compat.cpython-39.pyc │ │ │ │ │ │ │ │ ├── compatibility_tags.cpython-39.pyc │ │ │ │ │ │ │ │ ├── datetime.cpython-39.pyc │ │ │ │ │ │ │ │ ├── deprecation.cpython-39.pyc │ │ │ │ │ │ │ │ ├── direct_url_helpers.cpython-39.pyc │ │ │ │ │ │ │ │ ├── distutils_args.cpython-39.pyc │ │ │ │ │ │ │ │ ├── encoding.cpython-39.pyc │ │ │ │ │ │ │ │ ├── entrypoints.cpython-39.pyc │ │ │ │ │ │ │ │ ├── filesystem.cpython-39.pyc │ │ │ │ │ │ │ │ ├── filetypes.cpython-39.pyc │ │ │ │ │ │ │ │ ├── glibc.cpython-39.pyc │ │ │ │ │ │ │ │ ├── hashes.cpython-39.pyc │ │ │ │ │ │ │ │ ├── inject_securetransport.cpython-39.pyc │ │ │ │ │ │ │ │ ├── logging.cpython-39.pyc │ │ │ │ │ │ │ │ ├── misc.cpython-39.pyc │ │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ │ ├── packaging.cpython-39.pyc │ │ │ │ │ │ │ │ ├── parallel.cpython-39.pyc │ │ │ │ │ │ │ │ ├── pkg_resources.cpython-39.pyc │ │ │ │ │ │ │ │ ├── setuptools_build.cpython-39.pyc │ │ │ │ │ │ │ │ ├── subprocess.cpython-39.pyc │ │ │ │ │ │ │ │ ├── temp_dir.cpython-39.pyc │ │ │ │ │ │ │ │ ├── typing.cpython-39.pyc │ │ │ │ │ │ │ │ ├── unpacking.cpython-39.pyc │ │ │ │ │ │ │ │ ├── urls.cpython-39.pyc │ │ │ │ │ │ │ │ ├── virtualenv.cpython-39.pyc │ │ │ │ │ │ │ │ └── wheel.cpython-39.pyc │ │ │ │ │ │ │ ├── appdirs.py │ │ │ │ │ │ │ ├── compat.py │ │ │ │ │ │ │ ├── compatibility_tags.py │ │ │ │ │ │ │ ├── datetime.py │ │ │ │ │ │ │ ├── deprecation.py │ │ │ │ │ │ │ ├── direct_url_helpers.py │ │ │ │ │ │ │ ├── distutils_args.py │ │ │ │ │ │ │ ├── encoding.py │ │ │ │ │ │ │ ├── entrypoints.py │ │ │ │ │ │ │ ├── filesystem.py │ │ │ │ │ │ │ ├── filetypes.py │ │ │ │ │ │ │ ├── glibc.py │ │ │ │ │ │ │ ├── hashes.py │ │ │ │ │ │ │ ├── inject_securetransport.py │ │ │ │ │ │ │ ├── logging.py │ │ │ │ │ │ │ ├── misc.py │ │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ │ ├── packaging.py │ │ │ │ │ │ │ ├── parallel.py │ │ │ │ │ │ │ ├── pkg_resources.py │ │ │ │ │ │ │ ├── setuptools_build.py │ │ │ │ │ │ │ ├── subprocess.py │ │ │ │ │ │ │ ├── temp_dir.py │ │ │ │ │ │ │ ├── typing.py │ │ │ │ │ │ │ ├── unpacking.py │ │ │ │ │ │ │ ├── urls.py │ │ │ │ │ │ │ ├── virtualenv.py │ │ │ │ │ │ │ └── wheel.py │ │ │ │ │ │ ├── vcs │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── bazaar.cpython-39.pyc │ │ │ │ │ │ │ │ ├── git.cpython-39.pyc │ │ │ │ │ │ │ │ ├── mercurial.cpython-39.pyc │ │ │ │ │ │ │ │ ├── subversion.cpython-39.pyc │ │ │ │ │ │ │ │ └── versioncontrol.cpython-39.pyc │ │ │ │ │ │ │ ├── bazaar.py │ │ │ │ │ │ │ ├── git.py │ │ │ │ │ │ │ ├── mercurial.py │ │ │ │ │ │ │ ├── subversion.py │ │ │ │ │ │ │ └── versioncontrol.py │ │ │ │ │ │ └── wheel_builder.py │ │ │ │ │ └── _vendor │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ ├── appdirs.cpython-39.pyc │ │ │ │ │ │ ├── contextlib2.cpython-39.pyc │ │ │ │ │ │ ├── distro.cpython-39.pyc │ │ │ │ │ │ ├── ipaddress.cpython-39.pyc │ │ │ │ │ │ ├── pyparsing.cpython-39.pyc │ │ │ │ │ │ ├── retrying.cpython-39.pyc │ │ │ │ │ │ └── six.cpython-39.pyc │ │ │ │ │ │ ├── appdirs.py │ │ │ │ │ │ ├── cachecontrol │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── _cmd.cpython-39.pyc │ │ │ │ │ │ │ ├── adapter.cpython-39.pyc │ │ │ │ │ │ │ ├── cache.cpython-39.pyc │ │ │ │ │ │ │ ├── compat.cpython-39.pyc │ │ │ │ │ │ │ ├── controller.cpython-39.pyc │ │ │ │ │ │ │ ├── filewrapper.cpython-39.pyc │ │ │ │ │ │ │ ├── heuristics.cpython-39.pyc │ │ │ │ │ │ │ ├── serialize.cpython-39.pyc │ │ │ │ │ │ │ └── wrapper.cpython-39.pyc │ │ │ │ │ │ ├── _cmd.py │ │ │ │ │ │ ├── adapter.py │ │ │ │ │ │ ├── cache.py │ │ │ │ │ │ ├── caches │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── file_cache.cpython-39.pyc │ │ │ │ │ │ │ │ └── redis_cache.cpython-39.pyc │ │ │ │ │ │ │ ├── file_cache.py │ │ │ │ │ │ │ └── redis_cache.py │ │ │ │ │ │ ├── compat.py │ │ │ │ │ │ ├── controller.py │ │ │ │ │ │ ├── filewrapper.py │ │ │ │ │ │ ├── heuristics.py │ │ │ │ │ │ ├── serialize.py │ │ │ │ │ │ └── wrapper.py │ │ │ │ │ │ ├── certifi │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __main__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── __main__.cpython-39.pyc │ │ │ │ │ │ │ └── core.cpython-39.pyc │ │ │ │ │ │ ├── cacert.pem │ │ │ │ │ │ └── core.py │ │ │ │ │ │ ├── chardet │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── big5freq.cpython-39.pyc │ │ │ │ │ │ │ ├── big5prober.cpython-39.pyc │ │ │ │ │ │ │ ├── chardistribution.cpython-39.pyc │ │ │ │ │ │ │ ├── charsetgroupprober.cpython-39.pyc │ │ │ │ │ │ │ ├── charsetprober.cpython-39.pyc │ │ │ │ │ │ │ ├── codingstatemachine.cpython-39.pyc │ │ │ │ │ │ │ ├── compat.cpython-39.pyc │ │ │ │ │ │ │ ├── cp949prober.cpython-39.pyc │ │ │ │ │ │ │ ├── enums.cpython-39.pyc │ │ │ │ │ │ │ ├── escprober.cpython-39.pyc │ │ │ │ │ │ │ ├── escsm.cpython-39.pyc │ │ │ │ │ │ │ ├── eucjpprober.cpython-39.pyc │ │ │ │ │ │ │ ├── euckrfreq.cpython-39.pyc │ │ │ │ │ │ │ ├── euckrprober.cpython-39.pyc │ │ │ │ │ │ │ ├── euctwfreq.cpython-39.pyc │ │ │ │ │ │ │ ├── euctwprober.cpython-39.pyc │ │ │ │ │ │ │ ├── gb2312freq.cpython-39.pyc │ │ │ │ │ │ │ ├── gb2312prober.cpython-39.pyc │ │ │ │ │ │ │ ├── hebrewprober.cpython-39.pyc │ │ │ │ │ │ │ ├── jisfreq.cpython-39.pyc │ │ │ │ │ │ │ ├── jpcntx.cpython-39.pyc │ │ │ │ │ │ │ ├── langbulgarianmodel.cpython-39.pyc │ │ │ │ │ │ │ ├── langcyrillicmodel.cpython-39.pyc │ │ │ │ │ │ │ ├── langgreekmodel.cpython-39.pyc │ │ │ │ │ │ │ ├── langhebrewmodel.cpython-39.pyc │ │ │ │ │ │ │ ├── langhungarianmodel.cpython-39.pyc │ │ │ │ │ │ │ ├── langthaimodel.cpython-39.pyc │ │ │ │ │ │ │ ├── langturkishmodel.cpython-39.pyc │ │ │ │ │ │ │ ├── latin1prober.cpython-39.pyc │ │ │ │ │ │ │ ├── mbcharsetprober.cpython-39.pyc │ │ │ │ │ │ │ ├── mbcsgroupprober.cpython-39.pyc │ │ │ │ │ │ │ ├── mbcssm.cpython-39.pyc │ │ │ │ │ │ │ ├── sbcharsetprober.cpython-39.pyc │ │ │ │ │ │ │ ├── sbcsgroupprober.cpython-39.pyc │ │ │ │ │ │ │ ├── sjisprober.cpython-39.pyc │ │ │ │ │ │ │ ├── universaldetector.cpython-39.pyc │ │ │ │ │ │ │ ├── utf8prober.cpython-39.pyc │ │ │ │ │ │ │ └── version.cpython-39.pyc │ │ │ │ │ │ ├── big5freq.py │ │ │ │ │ │ ├── big5prober.py │ │ │ │ │ │ ├── chardistribution.py │ │ │ │ │ │ ├── charsetgroupprober.py │ │ │ │ │ │ ├── charsetprober.py │ │ │ │ │ │ ├── cli │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── chardetect.cpython-39.pyc │ │ │ │ │ │ │ └── chardetect.py │ │ │ │ │ │ ├── codingstatemachine.py │ │ │ │ │ │ ├── compat.py │ │ │ │ │ │ ├── cp949prober.py │ │ │ │ │ │ ├── enums.py │ │ │ │ │ │ ├── escprober.py │ │ │ │ │ │ ├── escsm.py │ │ │ │ │ │ ├── eucjpprober.py │ │ │ │ │ │ ├── euckrfreq.py │ │ │ │ │ │ ├── euckrprober.py │ │ │ │ │ │ ├── euctwfreq.py │ │ │ │ │ │ ├── euctwprober.py │ │ │ │ │ │ ├── gb2312freq.py │ │ │ │ │ │ ├── gb2312prober.py │ │ │ │ │ │ ├── hebrewprober.py │ │ │ │ │ │ ├── jisfreq.py │ │ │ │ │ │ ├── jpcntx.py │ │ │ │ │ │ ├── langbulgarianmodel.py │ │ │ │ │ │ ├── langcyrillicmodel.py │ │ │ │ │ │ ├── langgreekmodel.py │ │ │ │ │ │ ├── langhebrewmodel.py │ │ │ │ │ │ ├── langhungarianmodel.py │ │ │ │ │ │ ├── langthaimodel.py │ │ │ │ │ │ ├── langturkishmodel.py │ │ │ │ │ │ ├── latin1prober.py │ │ │ │ │ │ ├── mbcharsetprober.py │ │ │ │ │ │ ├── mbcsgroupprober.py │ │ │ │ │ │ ├── mbcssm.py │ │ │ │ │ │ ├── sbcharsetprober.py │ │ │ │ │ │ ├── sbcsgroupprober.py │ │ │ │ │ │ ├── sjisprober.py │ │ │ │ │ │ ├── universaldetector.py │ │ │ │ │ │ ├── utf8prober.py │ │ │ │ │ │ └── version.py │ │ │ │ │ │ ├── colorama │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── ansi.cpython-39.pyc │ │ │ │ │ │ │ ├── ansitowin32.cpython-39.pyc │ │ │ │ │ │ │ ├── initialise.cpython-39.pyc │ │ │ │ │ │ │ ├── win32.cpython-39.pyc │ │ │ │ │ │ │ └── winterm.cpython-39.pyc │ │ │ │ │ │ ├── ansi.py │ │ │ │ │ │ ├── ansitowin32.py │ │ │ │ │ │ ├── initialise.py │ │ │ │ │ │ ├── win32.py │ │ │ │ │ │ └── winterm.py │ │ │ │ │ │ ├── contextlib2.py │ │ │ │ │ │ ├── distlib │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── compat.cpython-39.pyc │ │ │ │ │ │ │ ├── database.cpython-39.pyc │ │ │ │ │ │ │ ├── index.cpython-39.pyc │ │ │ │ │ │ │ ├── locators.cpython-39.pyc │ │ │ │ │ │ │ ├── manifest.cpython-39.pyc │ │ │ │ │ │ │ ├── markers.cpython-39.pyc │ │ │ │ │ │ │ ├── metadata.cpython-39.pyc │ │ │ │ │ │ │ ├── resources.cpython-39.pyc │ │ │ │ │ │ │ ├── scripts.cpython-39.pyc │ │ │ │ │ │ │ ├── util.cpython-39.pyc │ │ │ │ │ │ │ ├── version.cpython-39.pyc │ │ │ │ │ │ │ └── wheel.cpython-39.pyc │ │ │ │ │ │ ├── _backport │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── misc.cpython-39.pyc │ │ │ │ │ │ │ │ ├── shutil.cpython-39.pyc │ │ │ │ │ │ │ │ ├── sysconfig.cpython-39.pyc │ │ │ │ │ │ │ │ └── tarfile.cpython-39.pyc │ │ │ │ │ │ │ ├── misc.py │ │ │ │ │ │ │ ├── shutil.py │ │ │ │ │ │ │ ├── sysconfig.cfg │ │ │ │ │ │ │ ├── sysconfig.py │ │ │ │ │ │ │ └── tarfile.py │ │ │ │ │ │ ├── compat.py │ │ │ │ │ │ ├── database.py │ │ │ │ │ │ ├── index.py │ │ │ │ │ │ ├── locators.py │ │ │ │ │ │ ├── manifest.py │ │ │ │ │ │ ├── markers.py │ │ │ │ │ │ ├── metadata.py │ │ │ │ │ │ ├── resources.py │ │ │ │ │ │ ├── scripts.py │ │ │ │ │ │ ├── t32.exe │ │ │ │ │ │ ├── t64.exe │ │ │ │ │ │ ├── util.py │ │ │ │ │ │ ├── version.py │ │ │ │ │ │ ├── w32.exe │ │ │ │ │ │ ├── w64.exe │ │ │ │ │ │ └── wheel.py │ │ │ │ │ │ ├── distro.py │ │ │ │ │ │ ├── html5lib │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── _ihatexml.cpython-39.pyc │ │ │ │ │ │ │ ├── _inputstream.cpython-39.pyc │ │ │ │ │ │ │ ├── _tokenizer.cpython-39.pyc │ │ │ │ │ │ │ ├── _utils.cpython-39.pyc │ │ │ │ │ │ │ ├── constants.cpython-39.pyc │ │ │ │ │ │ │ ├── html5parser.cpython-39.pyc │ │ │ │ │ │ │ └── serializer.cpython-39.pyc │ │ │ │ │ │ ├── _ihatexml.py │ │ │ │ │ │ ├── _inputstream.py │ │ │ │ │ │ ├── _tokenizer.py │ │ │ │ │ │ ├── _trie │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── _base.cpython-39.pyc │ │ │ │ │ │ │ │ └── py.cpython-39.pyc │ │ │ │ │ │ │ ├── _base.py │ │ │ │ │ │ │ └── py.py │ │ │ │ │ │ ├── _utils.py │ │ │ │ │ │ ├── constants.py │ │ │ │ │ │ ├── filters │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── alphabeticalattributes.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ ├── inject_meta_charset.cpython-39.pyc │ │ │ │ │ │ │ │ ├── lint.cpython-39.pyc │ │ │ │ │ │ │ │ ├── optionaltags.cpython-39.pyc │ │ │ │ │ │ │ │ ├── sanitizer.cpython-39.pyc │ │ │ │ │ │ │ │ └── whitespace.cpython-39.pyc │ │ │ │ │ │ │ ├── alphabeticalattributes.py │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ ├── inject_meta_charset.py │ │ │ │ │ │ │ ├── lint.py │ │ │ │ │ │ │ ├── optionaltags.py │ │ │ │ │ │ │ ├── sanitizer.py │ │ │ │ │ │ │ └── whitespace.py │ │ │ │ │ │ ├── html5parser.py │ │ │ │ │ │ ├── serializer.py │ │ │ │ │ │ ├── treeadapters │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── genshi.cpython-39.pyc │ │ │ │ │ │ │ │ └── sax.cpython-39.pyc │ │ │ │ │ │ │ ├── genshi.py │ │ │ │ │ │ │ └── sax.py │ │ │ │ │ │ ├── treebuilders │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ │ ├── dom.cpython-39.pyc │ │ │ │ │ │ │ │ ├── etree.cpython-39.pyc │ │ │ │ │ │ │ │ └── etree_lxml.cpython-39.pyc │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ ├── dom.py │ │ │ │ │ │ │ ├── etree.py │ │ │ │ │ │ │ └── etree_lxml.py │ │ │ │ │ │ └── treewalkers │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── base.cpython-39.pyc │ │ │ │ │ │ │ ├── dom.cpython-39.pyc │ │ │ │ │ │ │ ├── etree.cpython-39.pyc │ │ │ │ │ │ │ ├── etree_lxml.cpython-39.pyc │ │ │ │ │ │ │ └── genshi.cpython-39.pyc │ │ │ │ │ │ │ ├── base.py │ │ │ │ │ │ │ ├── dom.py │ │ │ │ │ │ │ ├── etree.py │ │ │ │ │ │ │ ├── etree_lxml.py │ │ │ │ │ │ │ └── genshi.py │ │ │ │ │ │ ├── idna │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── codec.cpython-39.pyc │ │ │ │ │ │ │ ├── compat.cpython-39.pyc │ │ │ │ │ │ │ ├── core.cpython-39.pyc │ │ │ │ │ │ │ ├── idnadata.cpython-39.pyc │ │ │ │ │ │ │ ├── intranges.cpython-39.pyc │ │ │ │ │ │ │ ├── package_data.cpython-39.pyc │ │ │ │ │ │ │ └── uts46data.cpython-39.pyc │ │ │ │ │ │ ├── codec.py │ │ │ │ │ │ ├── compat.py │ │ │ │ │ │ ├── core.py │ │ │ │ │ │ ├── idnadata.py │ │ │ │ │ │ ├── intranges.py │ │ │ │ │ │ ├── package_data.py │ │ │ │ │ │ └── uts46data.py │ │ │ │ │ │ ├── ipaddress.py │ │ │ │ │ │ ├── msgpack │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── _version.cpython-39.pyc │ │ │ │ │ │ │ ├── exceptions.cpython-39.pyc │ │ │ │ │ │ │ ├── ext.cpython-39.pyc │ │ │ │ │ │ │ └── fallback.cpython-39.pyc │ │ │ │ │ │ ├── _version.py │ │ │ │ │ │ ├── exceptions.py │ │ │ │ │ │ ├── ext.py │ │ │ │ │ │ └── fallback.py │ │ │ │ │ │ ├── packaging │ │ │ │ │ │ ├── __about__.py │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __about__.cpython-39.pyc │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── _compat.cpython-39.pyc │ │ │ │ │ │ │ ├── _structures.cpython-39.pyc │ │ │ │ │ │ │ ├── _typing.cpython-39.pyc │ │ │ │ │ │ │ ├── markers.cpython-39.pyc │ │ │ │ │ │ │ ├── requirements.cpython-39.pyc │ │ │ │ │ │ │ ├── specifiers.cpython-39.pyc │ │ │ │ │ │ │ ├── tags.cpython-39.pyc │ │ │ │ │ │ │ ├── utils.cpython-39.pyc │ │ │ │ │ │ │ └── version.cpython-39.pyc │ │ │ │ │ │ ├── _compat.py │ │ │ │ │ │ ├── _structures.py │ │ │ │ │ │ ├── _typing.py │ │ │ │ │ │ ├── markers.py │ │ │ │ │ │ ├── requirements.py │ │ │ │ │ │ ├── specifiers.py │ │ │ │ │ │ ├── tags.py │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ └── version.py │ │ │ │ │ │ ├── pep517 │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── _in_process.cpython-39.pyc │ │ │ │ │ │ │ ├── build.cpython-39.pyc │ │ │ │ │ │ │ ├── check.cpython-39.pyc │ │ │ │ │ │ │ ├── colorlog.cpython-39.pyc │ │ │ │ │ │ │ ├── compat.cpython-39.pyc │ │ │ │ │ │ │ ├── dirtools.cpython-39.pyc │ │ │ │ │ │ │ ├── envbuild.cpython-39.pyc │ │ │ │ │ │ │ ├── meta.cpython-39.pyc │ │ │ │ │ │ │ └── wrappers.cpython-39.pyc │ │ │ │ │ │ ├── _in_process.py │ │ │ │ │ │ ├── build.py │ │ │ │ │ │ ├── check.py │ │ │ │ │ │ ├── colorlog.py │ │ │ │ │ │ ├── compat.py │ │ │ │ │ │ ├── dirtools.py │ │ │ │ │ │ ├── envbuild.py │ │ │ │ │ │ ├── meta.py │ │ │ │ │ │ └── wrappers.py │ │ │ │ │ │ ├── pkg_resources │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ └── py31compat.cpython-39.pyc │ │ │ │ │ │ └── py31compat.py │ │ │ │ │ │ ├── progress │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── bar.cpython-39.pyc │ │ │ │ │ │ │ ├── counter.cpython-39.pyc │ │ │ │ │ │ │ └── spinner.cpython-39.pyc │ │ │ │ │ │ ├── bar.py │ │ │ │ │ │ ├── counter.py │ │ │ │ │ │ └── spinner.py │ │ │ │ │ │ ├── pyparsing.py │ │ │ │ │ │ ├── requests │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── __version__.cpython-39.pyc │ │ │ │ │ │ │ ├── _internal_utils.cpython-39.pyc │ │ │ │ │ │ │ ├── adapters.cpython-39.pyc │ │ │ │ │ │ │ ├── api.cpython-39.pyc │ │ │ │ │ │ │ ├── auth.cpython-39.pyc │ │ │ │ │ │ │ ├── certs.cpython-39.pyc │ │ │ │ │ │ │ ├── compat.cpython-39.pyc │ │ │ │ │ │ │ ├── cookies.cpython-39.pyc │ │ │ │ │ │ │ ├── exceptions.cpython-39.pyc │ │ │ │ │ │ │ ├── help.cpython-39.pyc │ │ │ │ │ │ │ ├── hooks.cpython-39.pyc │ │ │ │ │ │ │ ├── models.cpython-39.pyc │ │ │ │ │ │ │ ├── packages.cpython-39.pyc │ │ │ │ │ │ │ ├── sessions.cpython-39.pyc │ │ │ │ │ │ │ ├── status_codes.cpython-39.pyc │ │ │ │ │ │ │ ├── structures.cpython-39.pyc │ │ │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ │ ├── __version__.py │ │ │ │ │ │ ├── _internal_utils.py │ │ │ │ │ │ ├── adapters.py │ │ │ │ │ │ ├── api.py │ │ │ │ │ │ ├── auth.py │ │ │ │ │ │ ├── certs.py │ │ │ │ │ │ ├── compat.py │ │ │ │ │ │ ├── cookies.py │ │ │ │ │ │ ├── exceptions.py │ │ │ │ │ │ ├── help.py │ │ │ │ │ │ ├── hooks.py │ │ │ │ │ │ ├── models.py │ │ │ │ │ │ ├── packages.py │ │ │ │ │ │ ├── sessions.py │ │ │ │ │ │ ├── status_codes.py │ │ │ │ │ │ ├── structures.py │ │ │ │ │ │ └── utils.py │ │ │ │ │ │ ├── resolvelib │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── providers.cpython-39.pyc │ │ │ │ │ │ │ ├── reporters.cpython-39.pyc │ │ │ │ │ │ │ ├── resolvers.cpython-39.pyc │ │ │ │ │ │ │ └── structs.cpython-39.pyc │ │ │ │ │ │ ├── compat │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── collections_abc.cpython-39.pyc │ │ │ │ │ │ │ └── collections_abc.py │ │ │ │ │ │ ├── providers.py │ │ │ │ │ │ ├── reporters.py │ │ │ │ │ │ ├── resolvers.py │ │ │ │ │ │ └── structs.py │ │ │ │ │ │ ├── retrying.py │ │ │ │ │ │ ├── six.py │ │ │ │ │ │ ├── toml │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── common.cpython-39.pyc │ │ │ │ │ │ │ ├── decoder.cpython-39.pyc │ │ │ │ │ │ │ ├── encoder.cpython-39.pyc │ │ │ │ │ │ │ ├── ordered.cpython-39.pyc │ │ │ │ │ │ │ └── tz.cpython-39.pyc │ │ │ │ │ │ ├── common.py │ │ │ │ │ │ ├── decoder.py │ │ │ │ │ │ ├── encoder.py │ │ │ │ │ │ ├── ordered.py │ │ │ │ │ │ └── tz.py │ │ │ │ │ │ ├── urllib3 │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── _collections.cpython-39.pyc │ │ │ │ │ │ │ ├── connection.cpython-39.pyc │ │ │ │ │ │ │ ├── connectionpool.cpython-39.pyc │ │ │ │ │ │ │ ├── exceptions.cpython-39.pyc │ │ │ │ │ │ │ ├── fields.cpython-39.pyc │ │ │ │ │ │ │ ├── filepost.cpython-39.pyc │ │ │ │ │ │ │ ├── poolmanager.cpython-39.pyc │ │ │ │ │ │ │ ├── request.cpython-39.pyc │ │ │ │ │ │ │ └── response.cpython-39.pyc │ │ │ │ │ │ ├── _collections.py │ │ │ │ │ │ ├── connection.py │ │ │ │ │ │ ├── connectionpool.py │ │ │ │ │ │ ├── contrib │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── _appengine_environ.cpython-39.pyc │ │ │ │ │ │ │ │ ├── appengine.cpython-39.pyc │ │ │ │ │ │ │ │ ├── ntlmpool.cpython-39.pyc │ │ │ │ │ │ │ │ ├── pyopenssl.cpython-39.pyc │ │ │ │ │ │ │ │ ├── securetransport.cpython-39.pyc │ │ │ │ │ │ │ │ └── socks.cpython-39.pyc │ │ │ │ │ │ │ ├── _appengine_environ.py │ │ │ │ │ │ │ ├── _securetransport │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ ├── bindings.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── low_level.cpython-39.pyc │ │ │ │ │ │ │ │ ├── bindings.py │ │ │ │ │ │ │ │ └── low_level.py │ │ │ │ │ │ │ ├── appengine.py │ │ │ │ │ │ │ ├── ntlmpool.py │ │ │ │ │ │ │ ├── pyopenssl.py │ │ │ │ │ │ │ ├── securetransport.py │ │ │ │ │ │ │ └── socks.py │ │ │ │ │ │ ├── exceptions.py │ │ │ │ │ │ ├── fields.py │ │ │ │ │ │ ├── filepost.py │ │ │ │ │ │ ├── packages │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── six.cpython-39.pyc │ │ │ │ │ │ │ ├── backports │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ │ └── makefile.cpython-39.pyc │ │ │ │ │ │ │ │ └── makefile.py │ │ │ │ │ │ │ ├── six.py │ │ │ │ │ │ │ └── ssl_match_hostname │ │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ └── _implementation.cpython-39.pyc │ │ │ │ │ │ │ │ └── _implementation.py │ │ │ │ │ │ ├── poolmanager.py │ │ │ │ │ │ ├── request.py │ │ │ │ │ │ ├── response.py │ │ │ │ │ │ └── util │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── connection.cpython-39.pyc │ │ │ │ │ │ │ ├── queue.cpython-39.pyc │ │ │ │ │ │ │ ├── request.cpython-39.pyc │ │ │ │ │ │ │ ├── response.cpython-39.pyc │ │ │ │ │ │ │ ├── retry.cpython-39.pyc │ │ │ │ │ │ │ ├── ssl_.cpython-39.pyc │ │ │ │ │ │ │ ├── timeout.cpython-39.pyc │ │ │ │ │ │ │ ├── url.cpython-39.pyc │ │ │ │ │ │ │ └── wait.cpython-39.pyc │ │ │ │ │ │ │ ├── connection.py │ │ │ │ │ │ │ ├── queue.py │ │ │ │ │ │ │ ├── request.py │ │ │ │ │ │ │ ├── response.py │ │ │ │ │ │ │ ├── retry.py │ │ │ │ │ │ │ ├── ssl_.py │ │ │ │ │ │ │ ├── timeout.py │ │ │ │ │ │ │ ├── url.py │ │ │ │ │ │ │ └── wait.py │ │ │ │ │ │ ├── vendor.txt │ │ │ │ │ │ └── webencodings │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ ├── labels.cpython-39.pyc │ │ │ │ │ │ ├── mklabels.cpython-39.pyc │ │ │ │ │ │ ├── tests.cpython-39.pyc │ │ │ │ │ │ └── x_user_defined.cpython-39.pyc │ │ │ │ │ │ ├── labels.py │ │ │ │ │ │ ├── mklabels.py │ │ │ │ │ │ ├── tests.py │ │ │ │ │ │ └── x_user_defined.py │ │ │ │ │ ├── pkg_resources │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ ├── _vendor │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── appdirs.cpython-39.pyc │ │ │ │ │ │ │ ├── pyparsing.cpython-39.pyc │ │ │ │ │ │ │ └── six.cpython-39.pyc │ │ │ │ │ │ ├── appdirs.py │ │ │ │ │ │ ├── packaging │ │ │ │ │ │ │ ├── __about__.py │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __about__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── _compat.cpython-39.pyc │ │ │ │ │ │ │ │ ├── _structures.cpython-39.pyc │ │ │ │ │ │ │ │ ├── markers.cpython-39.pyc │ │ │ │ │ │ │ │ ├── requirements.cpython-39.pyc │ │ │ │ │ │ │ │ ├── specifiers.cpython-39.pyc │ │ │ │ │ │ │ │ ├── tags.cpython-39.pyc │ │ │ │ │ │ │ │ ├── utils.cpython-39.pyc │ │ │ │ │ │ │ │ └── version.cpython-39.pyc │ │ │ │ │ │ │ ├── _compat.py │ │ │ │ │ │ │ ├── _structures.py │ │ │ │ │ │ │ ├── markers.py │ │ │ │ │ │ │ ├── requirements.py │ │ │ │ │ │ │ ├── specifiers.py │ │ │ │ │ │ │ ├── tags.py │ │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ │ └── version.py │ │ │ │ │ │ ├── pyparsing.py │ │ │ │ │ │ └── six.py │ │ │ │ │ └── extern │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ ├── setuptools-49.2.1.dist-info │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── REQUESTED │ │ │ │ │ ├── WHEEL │ │ │ │ │ ├── dependency_links.txt │ │ │ │ │ ├── entry_points.txt │ │ │ │ │ ├── top_level.txt │ │ │ │ │ └── zip-safe │ │ │ │ │ ├── setuptools │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ ├── _deprecation_warning.cpython-39.pyc │ │ │ │ │ │ ├── _imp.cpython-39.pyc │ │ │ │ │ │ ├── archive_util.cpython-39.pyc │ │ │ │ │ │ ├── build_meta.cpython-39.pyc │ │ │ │ │ │ ├── config.cpython-39.pyc │ │ │ │ │ │ ├── dep_util.cpython-39.pyc │ │ │ │ │ │ ├── depends.cpython-39.pyc │ │ │ │ │ │ ├── dist.cpython-39.pyc │ │ │ │ │ │ ├── distutils_patch.cpython-39.pyc │ │ │ │ │ │ ├── errors.cpython-39.pyc │ │ │ │ │ │ ├── extension.cpython-39.pyc │ │ │ │ │ │ ├── glob.cpython-39.pyc │ │ │ │ │ │ ├── installer.cpython-39.pyc │ │ │ │ │ │ ├── launch.cpython-39.pyc │ │ │ │ │ │ ├── lib2to3_ex.cpython-39.pyc │ │ │ │ │ │ ├── monkey.cpython-39.pyc │ │ │ │ │ │ ├── msvc.cpython-39.pyc │ │ │ │ │ │ ├── namespaces.cpython-39.pyc │ │ │ │ │ │ ├── package_index.cpython-39.pyc │ │ │ │ │ │ ├── py27compat.cpython-39.pyc │ │ │ │ │ │ ├── py31compat.cpython-39.pyc │ │ │ │ │ │ ├── py33compat.cpython-39.pyc │ │ │ │ │ │ ├── py34compat.cpython-39.pyc │ │ │ │ │ │ ├── sandbox.cpython-39.pyc │ │ │ │ │ │ ├── ssl_support.cpython-39.pyc │ │ │ │ │ │ ├── unicode_utils.cpython-39.pyc │ │ │ │ │ │ ├── version.cpython-39.pyc │ │ │ │ │ │ ├── wheel.cpython-39.pyc │ │ │ │ │ │ └── windows_support.cpython-39.pyc │ │ │ │ │ ├── _deprecation_warning.py │ │ │ │ │ ├── _distutils │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── _msvccompiler.cpython-39.pyc │ │ │ │ │ │ │ ├── archive_util.cpython-39.pyc │ │ │ │ │ │ │ ├── bcppcompiler.cpython-39.pyc │ │ │ │ │ │ │ ├── ccompiler.cpython-39.pyc │ │ │ │ │ │ │ ├── cmd.cpython-39.pyc │ │ │ │ │ │ │ ├── config.cpython-39.pyc │ │ │ │ │ │ │ ├── core.cpython-39.pyc │ │ │ │ │ │ │ ├── cygwinccompiler.cpython-39.pyc │ │ │ │ │ │ │ ├── debug.cpython-39.pyc │ │ │ │ │ │ │ ├── dep_util.cpython-39.pyc │ │ │ │ │ │ │ ├── dir_util.cpython-39.pyc │ │ │ │ │ │ │ ├── dist.cpython-39.pyc │ │ │ │ │ │ │ ├── errors.cpython-39.pyc │ │ │ │ │ │ │ ├── extension.cpython-39.pyc │ │ │ │ │ │ │ ├── fancy_getopt.cpython-39.pyc │ │ │ │ │ │ │ ├── file_util.cpython-39.pyc │ │ │ │ │ │ │ ├── filelist.cpython-39.pyc │ │ │ │ │ │ │ ├── log.cpython-39.pyc │ │ │ │ │ │ │ ├── msvc9compiler.cpython-39.pyc │ │ │ │ │ │ │ ├── msvccompiler.cpython-39.pyc │ │ │ │ │ │ │ ├── spawn.cpython-39.pyc │ │ │ │ │ │ │ ├── sysconfig.cpython-39.pyc │ │ │ │ │ │ │ ├── text_file.cpython-39.pyc │ │ │ │ │ │ │ ├── unixccompiler.cpython-39.pyc │ │ │ │ │ │ │ ├── util.cpython-39.pyc │ │ │ │ │ │ │ ├── version.cpython-39.pyc │ │ │ │ │ │ │ └── versionpredicate.cpython-39.pyc │ │ │ │ │ │ ├── _msvccompiler.py │ │ │ │ │ │ ├── archive_util.py │ │ │ │ │ │ ├── bcppcompiler.py │ │ │ │ │ │ ├── ccompiler.py │ │ │ │ │ │ ├── cmd.py │ │ │ │ │ │ ├── command │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── bdist.cpython-39.pyc │ │ │ │ │ │ │ │ ├── bdist_dumb.cpython-39.pyc │ │ │ │ │ │ │ │ ├── bdist_msi.cpython-39.pyc │ │ │ │ │ │ │ │ ├── bdist_rpm.cpython-39.pyc │ │ │ │ │ │ │ │ ├── bdist_wininst.cpython-39.pyc │ │ │ │ │ │ │ │ ├── build.cpython-39.pyc │ │ │ │ │ │ │ │ ├── build_clib.cpython-39.pyc │ │ │ │ │ │ │ │ ├── build_ext.cpython-39.pyc │ │ │ │ │ │ │ │ ├── build_py.cpython-39.pyc │ │ │ │ │ │ │ │ ├── build_scripts.cpython-39.pyc │ │ │ │ │ │ │ │ ├── check.cpython-39.pyc │ │ │ │ │ │ │ │ ├── clean.cpython-39.pyc │ │ │ │ │ │ │ │ ├── config.cpython-39.pyc │ │ │ │ │ │ │ │ ├── install.cpython-39.pyc │ │ │ │ │ │ │ │ ├── install_data.cpython-39.pyc │ │ │ │ │ │ │ │ ├── install_egg_info.cpython-39.pyc │ │ │ │ │ │ │ │ ├── install_headers.cpython-39.pyc │ │ │ │ │ │ │ │ ├── install_lib.cpython-39.pyc │ │ │ │ │ │ │ │ ├── install_scripts.cpython-39.pyc │ │ │ │ │ │ │ │ ├── register.cpython-39.pyc │ │ │ │ │ │ │ │ ├── sdist.cpython-39.pyc │ │ │ │ │ │ │ │ └── upload.cpython-39.pyc │ │ │ │ │ │ │ ├── bdist.py │ │ │ │ │ │ │ ├── bdist_dumb.py │ │ │ │ │ │ │ ├── bdist_msi.py │ │ │ │ │ │ │ ├── bdist_rpm.py │ │ │ │ │ │ │ ├── bdist_wininst.py │ │ │ │ │ │ │ ├── build.py │ │ │ │ │ │ │ ├── build_clib.py │ │ │ │ │ │ │ ├── build_ext.py │ │ │ │ │ │ │ ├── build_py.py │ │ │ │ │ │ │ ├── build_scripts.py │ │ │ │ │ │ │ ├── check.py │ │ │ │ │ │ │ ├── clean.py │ │ │ │ │ │ │ ├── config.py │ │ │ │ │ │ │ ├── install.py │ │ │ │ │ │ │ ├── install_data.py │ │ │ │ │ │ │ ├── install_egg_info.py │ │ │ │ │ │ │ ├── install_headers.py │ │ │ │ │ │ │ ├── install_lib.py │ │ │ │ │ │ │ ├── install_scripts.py │ │ │ │ │ │ │ ├── register.py │ │ │ │ │ │ │ ├── sdist.py │ │ │ │ │ │ │ └── upload.py │ │ │ │ │ │ ├── config.py │ │ │ │ │ │ ├── core.py │ │ │ │ │ │ ├── cygwinccompiler.py │ │ │ │ │ │ ├── debug.py │ │ │ │ │ │ ├── dep_util.py │ │ │ │ │ │ ├── dir_util.py │ │ │ │ │ │ ├── dist.py │ │ │ │ │ │ ├── errors.py │ │ │ │ │ │ ├── extension.py │ │ │ │ │ │ ├── fancy_getopt.py │ │ │ │ │ │ ├── file_util.py │ │ │ │ │ │ ├── filelist.py │ │ │ │ │ │ ├── log.py │ │ │ │ │ │ ├── msvc9compiler.py │ │ │ │ │ │ ├── msvccompiler.py │ │ │ │ │ │ ├── spawn.py │ │ │ │ │ │ ├── sysconfig.py │ │ │ │ │ │ ├── text_file.py │ │ │ │ │ │ ├── unixccompiler.py │ │ │ │ │ │ ├── util.py │ │ │ │ │ │ ├── version.py │ │ │ │ │ │ └── versionpredicate.py │ │ │ │ │ ├── _imp.py │ │ │ │ │ ├── _vendor │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── ordered_set.cpython-39.pyc │ │ │ │ │ │ │ ├── pyparsing.cpython-39.pyc │ │ │ │ │ │ │ └── six.cpython-39.pyc │ │ │ │ │ │ ├── ordered_set.py │ │ │ │ │ │ ├── packaging │ │ │ │ │ │ │ ├── __about__.py │ │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ │ ├── __about__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ │ ├── _compat.cpython-39.pyc │ │ │ │ │ │ │ │ ├── _structures.cpython-39.pyc │ │ │ │ │ │ │ │ ├── markers.cpython-39.pyc │ │ │ │ │ │ │ │ ├── requirements.cpython-39.pyc │ │ │ │ │ │ │ │ ├── specifiers.cpython-39.pyc │ │ │ │ │ │ │ │ ├── tags.cpython-39.pyc │ │ │ │ │ │ │ │ ├── utils.cpython-39.pyc │ │ │ │ │ │ │ │ └── version.cpython-39.pyc │ │ │ │ │ │ │ ├── _compat.py │ │ │ │ │ │ │ ├── _structures.py │ │ │ │ │ │ │ ├── markers.py │ │ │ │ │ │ │ ├── requirements.py │ │ │ │ │ │ │ ├── specifiers.py │ │ │ │ │ │ │ ├── tags.py │ │ │ │ │ │ │ ├── utils.py │ │ │ │ │ │ │ └── version.py │ │ │ │ │ │ ├── pyparsing.py │ │ │ │ │ │ └── six.py │ │ │ │ │ ├── archive_util.py │ │ │ │ │ ├── build_meta.py │ │ │ │ │ ├── cli-32.exe │ │ │ │ │ ├── cli-64.exe │ │ │ │ │ ├── cli.exe │ │ │ │ │ ├── command │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ │ ├── alias.cpython-39.pyc │ │ │ │ │ │ │ ├── bdist_egg.cpython-39.pyc │ │ │ │ │ │ │ ├── bdist_rpm.cpython-39.pyc │ │ │ │ │ │ │ ├── bdist_wininst.cpython-39.pyc │ │ │ │ │ │ │ ├── build_clib.cpython-39.pyc │ │ │ │ │ │ │ ├── build_ext.cpython-39.pyc │ │ │ │ │ │ │ ├── build_py.cpython-39.pyc │ │ │ │ │ │ │ ├── develop.cpython-39.pyc │ │ │ │ │ │ │ ├── dist_info.cpython-39.pyc │ │ │ │ │ │ │ ├── easy_install.cpython-39.pyc │ │ │ │ │ │ │ ├── egg_info.cpython-39.pyc │ │ │ │ │ │ │ ├── install.cpython-39.pyc │ │ │ │ │ │ │ ├── install_egg_info.cpython-39.pyc │ │ │ │ │ │ │ ├── install_lib.cpython-39.pyc │ │ │ │ │ │ │ ├── install_scripts.cpython-39.pyc │ │ │ │ │ │ │ ├── py36compat.cpython-39.pyc │ │ │ │ │ │ │ ├── register.cpython-39.pyc │ │ │ │ │ │ │ ├── rotate.cpython-39.pyc │ │ │ │ │ │ │ ├── saveopts.cpython-39.pyc │ │ │ │ │ │ │ ├── sdist.cpython-39.pyc │ │ │ │ │ │ │ ├── setopt.cpython-39.pyc │ │ │ │ │ │ │ ├── test.cpython-39.pyc │ │ │ │ │ │ │ ├── upload.cpython-39.pyc │ │ │ │ │ │ │ └── upload_docs.cpython-39.pyc │ │ │ │ │ │ ├── alias.py │ │ │ │ │ │ ├── bdist_egg.py │ │ │ │ │ │ ├── bdist_rpm.py │ │ │ │ │ │ ├── bdist_wininst.py │ │ │ │ │ │ ├── build_clib.py │ │ │ │ │ │ ├── build_ext.py │ │ │ │ │ │ ├── build_py.py │ │ │ │ │ │ ├── develop.py │ │ │ │ │ │ ├── dist_info.py │ │ │ │ │ │ ├── easy_install.py │ │ │ │ │ │ ├── egg_info.py │ │ │ │ │ │ ├── install.py │ │ │ │ │ │ ├── install_egg_info.py │ │ │ │ │ │ ├── install_lib.py │ │ │ │ │ │ ├── install_scripts.py │ │ │ │ │ │ ├── launcher manifest.xml │ │ │ │ │ │ ├── py36compat.py │ │ │ │ │ │ ├── register.py │ │ │ │ │ │ ├── rotate.py │ │ │ │ │ │ ├── saveopts.py │ │ │ │ │ │ ├── sdist.py │ │ │ │ │ │ ├── setopt.py │ │ │ │ │ │ ├── test.py │ │ │ │ │ │ ├── upload.py │ │ │ │ │ │ └── upload_docs.py │ │ │ │ │ ├── config.py │ │ │ │ │ ├── dep_util.py │ │ │ │ │ ├── depends.py │ │ │ │ │ ├── dist.py │ │ │ │ │ ├── distutils_patch.py │ │ │ │ │ ├── errors.py │ │ │ │ │ ├── extension.py │ │ │ │ │ ├── extern │ │ │ │ │ │ ├── __init__.py │ │ │ │ │ │ └── __pycache__ │ │ │ │ │ │ │ └── __init__.cpython-39.pyc │ │ │ │ │ ├── glob.py │ │ │ │ │ ├── gui-32.exe │ │ │ │ │ ├── gui-64.exe │ │ │ │ │ ├── gui.exe │ │ │ │ │ ├── installer.py │ │ │ │ │ ├── launch.py │ │ │ │ │ ├── lib2to3_ex.py │ │ │ │ │ ├── monkey.py │ │ │ │ │ ├── msvc.py │ │ │ │ │ ├── namespaces.py │ │ │ │ │ ├── package_index.py │ │ │ │ │ ├── py27compat.py │ │ │ │ │ ├── py31compat.py │ │ │ │ │ ├── py33compat.py │ │ │ │ │ ├── py34compat.py │ │ │ │ │ ├── sandbox.py │ │ │ │ │ ├── script (dev).tmpl │ │ │ │ │ ├── script.tmpl │ │ │ │ │ ├── ssl_support.py │ │ │ │ │ ├── unicode_utils.py │ │ │ │ │ ├── version.py │ │ │ │ │ ├── wheel.py │ │ │ │ │ └── windows_support.py │ │ │ │ │ ├── sqlparse-0.4.2.dist-info │ │ │ │ │ ├── AUTHORS │ │ │ │ │ ├── INSTALLER │ │ │ │ │ ├── LICENSE │ │ │ │ │ ├── METADATA │ │ │ │ │ ├── RECORD │ │ │ │ │ ├── WHEEL │ │ │ │ │ ├── entry_points.txt │ │ │ │ │ └── top_level.txt │ │ │ │ │ └── sqlparse │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __main__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ ├── __main__.cpython-39.pyc │ │ │ │ │ ├── cli.cpython-39.pyc │ │ │ │ │ ├── compat.cpython-39.pyc │ │ │ │ │ ├── exceptions.cpython-39.pyc │ │ │ │ │ ├── formatter.cpython-39.pyc │ │ │ │ │ ├── keywords.cpython-39.pyc │ │ │ │ │ ├── lexer.cpython-39.pyc │ │ │ │ │ ├── sql.cpython-39.pyc │ │ │ │ │ ├── tokens.cpython-39.pyc │ │ │ │ │ └── utils.cpython-39.pyc │ │ │ │ │ ├── cli.py │ │ │ │ │ ├── compat.py │ │ │ │ │ ├── engine │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ ├── filter_stack.cpython-39.pyc │ │ │ │ │ │ ├── grouping.cpython-39.pyc │ │ │ │ │ │ └── statement_splitter.cpython-39.pyc │ │ │ │ │ ├── filter_stack.py │ │ │ │ │ ├── grouping.py │ │ │ │ │ └── statement_splitter.py │ │ │ │ │ ├── exceptions.py │ │ │ │ │ ├── filters │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── __pycache__ │ │ │ │ │ │ ├── __init__.cpython-39.pyc │ │ │ │ │ │ ├── aligned_indent.cpython-39.pyc │ │ │ │ │ │ ├── others.cpython-39.pyc │ │ │ │ │ │ ├── output.cpython-39.pyc │ │ │ │ │ │ ├── reindent.cpython-39.pyc │ │ │ │ │ │ ├── right_margin.cpython-39.pyc │ │ │ │ │ │ └── tokens.cpython-39.pyc │ │ │ │ │ ├── aligned_indent.py │ │ │ │ │ ├── others.py │ │ │ │ │ ├── output.py │ │ │ │ │ ├── reindent.py │ │ │ │ │ ├── right_margin.py │ │ │ │ │ └── tokens.py │ │ │ │ │ ├── formatter.py │ │ │ │ │ ├── keywords.py │ │ │ │ │ ├── lexer.py │ │ │ │ │ ├── sql.py │ │ │ │ │ ├── tokens.py │ │ │ │ │ └── utils.py │ │ │ └── pyvenv.cfg │ │ ├── manage.py │ │ └── requirements.txt │ ├── dockerfile │ └── main.go └── README.md ├── Shubhangi Mainalli └── readme.md ├── Siddhant_Prateek ├── Linux │ └── README.md ├── Networking │ └── README.md ├── README.md └── Yaml │ └── README.md ├── Sourav Kumar └── README.md ├── Sourav Samant └── Personal_Roadmap.md ├── Sunny ├── Day 1 │ └── Day1.md └── Readme.md ├── Syed-Atif └── README.md ├── Syeda-Habib └── readme.md ├── TalMalchi └── DevOps roadmap 2022.pdf ├── Tanmay-Sarkar ├── Day1-Golang.md └── Readme.md ├── Vaibhav-Patel ├── Linux_Syllabus.pdf ├── Notes.md └── README.md ├── Vaidansh Bhardwaj ├── 01-05-2022 │ └── progress.md ├── 04-04-2022 │ └── progress.md ├── 22-04-2022 │ └── progress.md └── README.md ├── Vishal Chauhan └── Day1.md ├── YashPimple └── ReadMe.md ├── akash-mohanto └── README.md ├── ankur_sharma └── readme.md ├── atir-nayab ├── 01-02-2022 │ └── cloudPractitioner.md ├── 01-03-2022 │ └── kubernetes.md ├── 02-02-2022 │ └── cloudPractitioner.md ├── 02-03-2022 │ └── kubernetes.md ├── 03-02-2022 │ └── cloudPractitioner.md ├── 03-03-2022 │ └── kubernetes.md ├── 03-04-2022 │ └── replicaset.md ├── 04-02-2022 │ └── cloudPractitioner.md ├── 05-02-2022 │ └── cloudPractitioner.md ├── 05-03-2022 │ └── kube.md ├── 05-04-2022 │ └── replicaset.md ├── 06-02-2022 │ └── cloudPractitioner.md ├── 06-03-2022 │ ├── faq.md │ └── kubernetesForVirtualInfraAdmin.md ├── 06-04-2022 │ └── deployment101.md ├── 07-02-2022 │ ├── awsCloudPractitioner.md │ └── cloudPractitioner.md ├── 07-03-2022 │ └── kube.md ├── 08-01-2022 │ └── README.md ├── 08-02-2022 │ └── awsCloudPractitioner.md ├── 08-03-2022 │ └── kube.md ├── 08-06-2022 │ ├── deployment101.md │ ├── scheduling.md │ └── services.md ├── 09-01-2022 │ └── README.md ├── 09-02-2022 │ └── awsCloudPractitioner.md ├── 09-04-2022 │ └── services.md ├── 10-01-2022 │ └── README.md ├── 10-02-2022 │ └── awsCloudPractitioner.md ├── 10-04-2022 │ ├── deamonSet.md │ ├── ingress.md │ └── stateful.md ├── 11-04-2022 │ ├── architecture.md │ └── k3s.md ├── 12-02-2022 │ └── awsCloudPractitioner.md ├── 12-04-2022 │ ├── init-container.md │ └── probes.md ├── 13-01-2022 │ ├── ch2.md │ └── ch3.md ├── 13-02-2022 │ └── docket.md ├── 13-03-2022 │ └── revision.md ├── 13-04-2022 │ ├── deployment.md │ └── statefulSet.md ├── 14-01-2022 │ └── ch3.md ├── 14-02-2022 │ └── docker.md ├── 14-03-2022 │ └── revision.md ├── 15-01-2022 │ └── ch3.md ├── 15-02-2022 │ └── docker.md ├── 15-03-2022 │ └── revision.md ├── 16-01-2022 │ ├── ch3.md │ ├── ch4.md │ ├── ch5.md │ ├── ch6.md │ └── ch7.md ├── 16-02-2022 │ └── docker.md ├── 16-03-2022 │ ├── deepDive.md │ └── intro.md ├── 16-04-2022 │ ├── configMaps.md │ ├── daemonSet.md │ ├── rbac.md │ ├── services.md │ └── volumes.md ├── 17-01-2022 │ └── ch7.md ├── 17-02-2022 │ └── docker.md ├── 18-01-2022 │ ├── ch7.md │ ├── ch8.md │ └── ch9.md ├── 18-02-2022 │ └── docker.md ├── 18-03-2022 │ └── pods.md ├── 19-01-2022 │ ├── ch10.md │ └── ch9.md ├── 20-01-2022 │ ├── ch10.md │ ├── ch11.md │ └── ch12.md ├── 21-01-2022 │ └── ch12.md ├── 21-02-2022 │ └── docker.md ├── 22-01-2022 │ ├── ch12.md │ └── ch13.md ├── 22-02-2022 │ └── docker.md ├── 23-01-2022 │ ├── ch13.md │ └── ch14.md ├── 23-02-2022 │ └── docker.md ├── 24--01-2022 │ ├── ch14.md │ └── ch15.md ├── 25-01-2022 │ └── devOpsPrerequisites.md ├── 26-01-2022 │ └── ccna.md ├── 26-02-2022 │ └── kubernetes.md ├── 27-02-2022 │ └── kubernetes.md ├── 28-01-2022 │ └── goLang.md ├── 28-02-2022 │ └── kubernetes.md ├── 28-03-2022 │ └── pod.md ├── 29-01-2022 │ └── goLang.md ├── 30-jan-2022 │ ├── goLang.md │ └── yaml.md ├── 31-01-2022 │ └── git.md ├── README.md ├── asset │ ├── Karchitecture.png │ ├── ResourceObjects.png │ ├── VirDevContKuber.png │ ├── application.png │ ├── architecture.png │ ├── atomicUnit.png │ ├── beforeVirtualization.png │ ├── calender.jpg │ ├── cloudPractitionerTestQuiz.png │ ├── clusterArchitecture.png │ ├── computeVirtualization.png │ ├── containerVsVM.png │ ├── controlLoop.png │ ├── cost.png │ ├── csnVirtualization.png │ ├── dataVir+devOps.png │ ├── deployment.png │ ├── deploymentWorkflow.png │ ├── deploymnet.png │ ├── dns.png │ ├── docker.png │ ├── dockerArchitecture.png │ ├── dockerVisual.png │ ├── dos.png │ ├── gitOps.png │ ├── hereVR2Day.png │ ├── iamGroup.png │ ├── ingress.png │ ├── intra-podCommunication.png │ ├── kubectl.png │ ├── kubernetes.png │ ├── kubernetesCluster.png │ ├── kubernetesDoes.png │ ├── labels&selectors.png │ ├── loadBalancer.png │ ├── masterNode.png │ ├── namespace.png │ ├── networkNamespace.png │ ├── networking.png │ ├── nodePort.png │ ├── orphan.png │ ├── pod.png │ ├── podLifecycle.png │ ├── podNetworking.png │ ├── podSelectors.png │ ├── podWorkflow.png │ ├── podsDeployed.png │ ├── portForwarding.png │ ├── rootUser.png │ ├── route53.png │ ├── scalingPods.png │ ├── scheduler.png │ ├── serviceWorkflow.png │ ├── services.png │ ├── services2.png │ ├── sharedResp.png │ ├── simpleApplication.png │ ├── typesOfServices.png │ ├── vendir.png │ ├── virtualization+Devops.png │ ├── whyContainers.png │ └── ytt.png ├── build-container-image │ ├── deployment.yml │ ├── dockerfile │ ├── main.go │ ├── pod.yml │ └── service.yml ├── deployment │ ├── deployment.yml │ └── nginx-dep.yml ├── devops-roadmap.md ├── express-app │ ├── .dockerignore │ ├── .gitignore │ ├── Dockerfile │ ├── config │ │ └── config.js │ ├── docker-compose.dev.yml │ ├── docker-compose.prod.yml │ ├── docker-compose.yml │ ├── index.js │ ├── package-lock.json │ └── package.json ├── go │ ├── booking-app │ │ ├── go.mod │ │ ├── helper.go │ │ ├── helper │ │ │ └── helper.go │ │ └── main.go │ └── freecodecamp │ │ └── main.go ├── hello-world-image │ ├── dockerfile │ └── hello-world.sh ├── init-containers │ └── sample.yml ├── pod │ ├── pod.yml │ └── sharedVolume.yml ├── replicaSet │ ├── nginx-rs.yml │ ├── nignx_replicaset.yml │ └── orphan.yml └── services │ ├── nginx-svc.yml │ └── svc.yml ├── day4 └── day4.txt ├── devops-roadmap.md └── sri-mani-vinay ├── Day1 └── Day1.md ├── Day2 └── day2.md ├── Day3 └── day3.md ├── Day4 └── day4.md ├── Day5 └── day5.md ├── Day6 └── day6.md └── README.md /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Aaquib/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Aaquib/devops-roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Aaquib/devops-roadmap.md -------------------------------------------------------------------------------- /Abhi-Thul/Roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Abhi-Thul/Roadmap.md -------------------------------------------------------------------------------- /Abhinav Singh/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Abhinav Singh/Readme.md -------------------------------------------------------------------------------- /Abi Permana/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Abi Permana/Readme.md -------------------------------------------------------------------------------- /Abinash-Pradhan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Abinash-Pradhan/README.md -------------------------------------------------------------------------------- /Adebisi Olayinka/DAy2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Adebisi Olayinka/DAy2.md -------------------------------------------------------------------------------- /Adebisi Olayinka/Day 3 - DAy 10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Adebisi Olayinka/Day 3 - DAy 10.md -------------------------------------------------------------------------------- /Adebisi Olayinka/Day1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Adebisi Olayinka/Day1.md -------------------------------------------------------------------------------- /Aditya Narayan Nayak/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Aditya Narayan Nayak/Readme.md -------------------------------------------------------------------------------- /Ansuman-Sahoo/DAY 1/Day1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Ansuman-Sahoo/DAY 1/Day1.md -------------------------------------------------------------------------------- /Ansuman-Sahoo/DAY 2/Day2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Ansuman-Sahoo/DAY 2/Day2.md -------------------------------------------------------------------------------- /Ansuman-Sahoo/DAY 3/Day3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Ansuman-Sahoo/DAY 3/Day3.md -------------------------------------------------------------------------------- /Ansuman-Sahoo/DAY 4/Day4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Ansuman-Sahoo/DAY 4/Day4.md -------------------------------------------------------------------------------- /Ansuman-Sahoo/DAY 5/Day5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Ansuman-Sahoo/DAY 5/Day5.md -------------------------------------------------------------------------------- /Ansuman-Sahoo/DAY 6/Day6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Ansuman-Sahoo/DAY 6/Day6.md -------------------------------------------------------------------------------- /Ansuman-Sahoo/DAY 7/Day7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Ansuman-Sahoo/DAY 7/Day7.md -------------------------------------------------------------------------------- /Ansuman-Sahoo/DAY 8/Day8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Ansuman-Sahoo/DAY 8/Day8.md -------------------------------------------------------------------------------- /Ansuman-Sahoo/README.md: -------------------------------------------------------------------------------- 1 | I am Ansuman Sahoo. Documenting my DevOps journey here! -------------------------------------------------------------------------------- /Ansuman-Sahoo/Status.md: -------------------------------------------------------------------------------- 1 | #### On a break due to my CBSE 12th board exams, will be back soon <3 -------------------------------------------------------------------------------- /Anubhav-Vardhan/Go/Notes/001-Basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anubhav-Vardhan/Go/Notes/001-Basics.md -------------------------------------------------------------------------------- /Anubhav-Vardhan/Go/cards/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anubhav-Vardhan/Go/cards/main.go -------------------------------------------------------------------------------- /Anubhav-Vardhan/Go/helloworld/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anubhav-Vardhan/Go/helloworld/main.go -------------------------------------------------------------------------------- /Anubhav-Vardhan/Linux/Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anubhav-Vardhan/Linux/Notes.md -------------------------------------------------------------------------------- /Anubhav-Vardhan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anubhav-Vardhan/README.md -------------------------------------------------------------------------------- /Anubhav-Vardhan/YAML/YAML-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anubhav-Vardhan/YAML/YAML-notes.md -------------------------------------------------------------------------------- /Anurag_Kumar/CCNA/basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/CCNA/basics.md -------------------------------------------------------------------------------- /Anurag_Kumar/CCNA/networking-devices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/CCNA/networking-devices.md -------------------------------------------------------------------------------- /Anurag_Kumar/Containers/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Containers/docker.md -------------------------------------------------------------------------------- /Anurag_Kumar/Git/gitcommands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Git/gitcommands.md -------------------------------------------------------------------------------- /Anurag_Kumar/Gitops/argo-project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Gitops/argo-project.md -------------------------------------------------------------------------------- /Anurag_Kumar/Golang/Basics/arrays.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Golang/Basics/arrays.go -------------------------------------------------------------------------------- /Anurag_Kumar/Golang/Basics/functions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Golang/Basics/functions.go -------------------------------------------------------------------------------- /Anurag_Kumar/Golang/Basics/hello.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Golang/Basics/hello.go -------------------------------------------------------------------------------- /Anurag_Kumar/Golang/Basics/json.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Golang/Basics/json.go -------------------------------------------------------------------------------- /Anurag_Kumar/Golang/Basics/maps.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Golang/Basics/maps.go -------------------------------------------------------------------------------- /Anurag_Kumar/Golang/Basics/pointers.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Golang/Basics/pointers.go -------------------------------------------------------------------------------- /Anurag_Kumar/Golang/Basics/rune.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Golang/Basics/rune.go -------------------------------------------------------------------------------- /Anurag_Kumar/Golang/Basics/slices.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Golang/Basics/slices.go -------------------------------------------------------------------------------- /Anurag_Kumar/Golang/Basics/struct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Golang/Basics/struct.go -------------------------------------------------------------------------------- /Anurag_Kumar/Golang/Basics/variables.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Golang/Basics/variables.go -------------------------------------------------------------------------------- /Anurag_Kumar/IaC/IaC-Intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/IaC/IaC-Intro.md -------------------------------------------------------------------------------- /Anurag_Kumar/IaC/terraform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/IaC/terraform.md -------------------------------------------------------------------------------- /Anurag_Kumar/Kubernetes/HELM/helm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Kubernetes/HELM/helm.md -------------------------------------------------------------------------------- /Anurag_Kumar/Linux/Networking/ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Linux/Networking/ssh.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/001/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/001/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/002/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/002/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/003/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/003/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/004/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/004/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/005/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/005/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/006/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/006/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/007/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/007/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/008/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/008/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/009/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/009/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/010/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/010/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/011/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/011/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/012/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/012/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/013/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/013/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/014/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/014/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/015/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/015/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/016/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/016/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/017/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/017/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/018/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/018/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/019/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/019/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/020/Readme.md: -------------------------------------------------------------------------------- 1 | - Learnt about golang and written some code. -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/021/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/021/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/022/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/022/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/023/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/023/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/024/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/024/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/025/Readme.md: -------------------------------------------------------------------------------- 1 | - Learnt about golang and revised earlier topics 2 | -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/026/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/026/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/027/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/027/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/028/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/028/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/029/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/029/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/030/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/Progress/030/Readme.md -------------------------------------------------------------------------------- /Anurag_Kumar/Progress/031/Readme.md: -------------------------------------------------------------------------------- 1 | - Revised the concept of kubernetes jobs -------------------------------------------------------------------------------- /Anurag_Kumar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/README.md -------------------------------------------------------------------------------- /Anurag_Kumar/codeimages/linux/curl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Anurag_Kumar/codeimages/linux/curl.jpg -------------------------------------------------------------------------------- /Aryav/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Aryav/readme.md -------------------------------------------------------------------------------- /Ashanko Das/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Ashanko Das/README.md -------------------------------------------------------------------------------- /Ashanko Das/my-progress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Ashanko Das/my-progress.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_1/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_10/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_11/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_12/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_13/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_14/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_14/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_15/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_15/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_16/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_17/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_17/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_18/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_18/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_19/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_2/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_3/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_4/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_5/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_6/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_7/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_8/README.md -------------------------------------------------------------------------------- /Barkatul-Mujauddin/day_9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Barkatul-Mujauddin/day_9/README.md -------------------------------------------------------------------------------- /Bushra-Nazish/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Bushra-Nazish/README.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Christeen Jose/devops-roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Christeen Jose/devops-roadmap.md -------------------------------------------------------------------------------- /Darshna_Das/Day_1/Day-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Darshna_Das/Day_1/Day-1.md -------------------------------------------------------------------------------- /Darshna_Das/Day_2/Day-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Darshna_Das/Day_2/Day-2.md -------------------------------------------------------------------------------- /Darshna_Das/Day_3/Day-3.md: -------------------------------------------------------------------------------- 1 | Skipped due to some emergency -------------------------------------------------------------------------------- /Darshna_Das/Day_4/Day-4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Darshna_Das/Day_4/Day-4.md -------------------------------------------------------------------------------- /Darshna_Das/Day_5/Day-5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Darshna_Das/Day_5/Day-5.md -------------------------------------------------------------------------------- /Darshna_Das/Day_6/Day-6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Darshna_Das/Day_6/Day-6.md -------------------------------------------------------------------------------- /Darshna_Das/Day_7/Day-7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Darshna_Das/Day_7/Day-7.md -------------------------------------------------------------------------------- /Darshna_Das/Day_8/Day-8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Darshna_Das/Day_8/Day-8.md -------------------------------------------------------------------------------- /Darshna_Das/Day_9/Day-9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Darshna_Das/Day_9/Day-9.md -------------------------------------------------------------------------------- /Day2/Day2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Day2/Day2.txt -------------------------------------------------------------------------------- /Day2/todaylearning.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Day3/Day3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Day3/Day3.txt -------------------------------------------------------------------------------- /Dev-Patel/README.md: -------------------------------------------------------------------------------- 1 | Progress for Completing the Roadmap Here : 2 | 3 | -------------------------------------------------------------------------------- /DevOps roadmap 2022.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/DevOps roadmap 2022.pdf -------------------------------------------------------------------------------- /Dipankar Das/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Dipankar Das/README.md -------------------------------------------------------------------------------- /Dipanshu Kumar/Why Devops/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Dipanshu Kumar/Why Devops/readme.md -------------------------------------------------------------------------------- /HARIHARAN E/README.md: -------------------------------------------------------------------------------- 1 | # DevOps with Saiyam. 2 | 3 | Starting soon. -------------------------------------------------------------------------------- /Hammad Sani/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Hammad Sani/README.md -------------------------------------------------------------------------------- /Kaustubh_Naithani/YAML/Kubernetes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Kaustubh_Naithani/YAML/Kubernetes.yaml -------------------------------------------------------------------------------- /Kaustubh_Naithani/YAML/School.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Kaustubh_Naithani/YAML/School.yaml -------------------------------------------------------------------------------- /Kaustubh_Naithani/YAML/config-file.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Kaustubh_Naithani/YAML/config-file.yaml -------------------------------------------------------------------------------- /Kaustubh_Naithani/YAML/first.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Kaustubh_Naithani/YAML/first.yaml -------------------------------------------------------------------------------- /Kunal-Verma/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Kunal-Verma/README.md -------------------------------------------------------------------------------- /Kunal-Verma/TABLE-OF-CONTENTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Kunal-Verma/TABLE-OF-CONTENTS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/LICENSE -------------------------------------------------------------------------------- /Manan Mehta/Docker/dockerfile: -------------------------------------------------------------------------------- 1 | From ubuntu 2 | CMD ["echo", "Hello I am Manan"] 3 | -------------------------------------------------------------------------------- /Manan Mehta/Kubernetes/pod.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Manan Mehta/Kubernetes/pod.yaml -------------------------------------------------------------------------------- /Manan Mehta/YAML/advanceDatatypes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Manan Mehta/YAML/advanceDatatypes.yaml -------------------------------------------------------------------------------- /Manan Mehta/YAML/datatypes.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Manan Mehta/YAML/datatypes.yml -------------------------------------------------------------------------------- /Manan Mehta/YAML/hello.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Manan Mehta/YAML/hello.json -------------------------------------------------------------------------------- /Manan Mehta/YAML/hello.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Manan Mehta/YAML/hello.yaml -------------------------------------------------------------------------------- /Manan Mehta/YAML/school.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Manan Mehta/YAML/school.json -------------------------------------------------------------------------------- /Manan Mehta/YAML/school.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Manan Mehta/YAML/school.xml -------------------------------------------------------------------------------- /Manan Mehta/YAML/school.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Manan Mehta/YAML/school.yaml -------------------------------------------------------------------------------- /Manoranjan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Manoranjan/README.md -------------------------------------------------------------------------------- /Mayank-Gupta/Day01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mayank-Gupta/Day01/README.md -------------------------------------------------------------------------------- /Mayank-Gupta/Day02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mayank-Gupta/Day02/README.md -------------------------------------------------------------------------------- /Mayank-Gupta/Day03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mayank-Gupta/Day03/README.md -------------------------------------------------------------------------------- /Mayank-Gupta/Day04/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mayank-Gupta/Day04/README.md -------------------------------------------------------------------------------- /Mayank-Gupta/Day05/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mayank-Gupta/Day05/README.md -------------------------------------------------------------------------------- /Mayank-Gupta/Day06/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mayank-Gupta/Day06/README.md -------------------------------------------------------------------------------- /Mayank-Gupta/Day07/README.md: -------------------------------------------------------------------------------- 1 | ## Day 07 (31-03-22) 2 | - HAd a small walkway through Networking and YAML 3 | -------------------------------------------------------------------------------- /Mayank-Gupta/Day08/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mayank-Gupta/Day08/README.md -------------------------------------------------------------------------------- /Mayank-Gupta/Day09/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mayank-Gupta/Day09/README.md -------------------------------------------------------------------------------- /Mayank-Gupta/Day10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mayank-Gupta/Day10/README.md -------------------------------------------------------------------------------- /Mayank-Gupta/Day11/README.md: -------------------------------------------------------------------------------- 1 | ## Day 11 (04-04-22) 2 | - enviroment in Linux 3 | 4 | -------------------------------------------------------------------------------- /Mayank-Gupta/Day12/README.md: -------------------------------------------------------------------------------- 1 | ## Day 12 (05-04-22) 2 | - Revised about Linux Concepts 3 | -------------------------------------------------------------------------------- /Mayank-Gupta/Day13/README.md: -------------------------------------------------------------------------------- 1 | ## Day 13 (006-04-22) 2 | - Order of Startup files in Linux 3 | 4 | -------------------------------------------------------------------------------- /Mayank-Gupta/Day14/README.md: -------------------------------------------------------------------------------- 1 | ## Day 14 (08-04-22) 2 | - Revised some Linux commands 3 | -------------------------------------------------------------------------------- /Mayank-Gupta/Day15/README.md: -------------------------------------------------------------------------------- 1 | ## Day 15 (09-04-22) 2 | - File ownership in Linux 3 | 4 | -------------------------------------------------------------------------------- /Mayank-Gupta/Day16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mayank-Gupta/Day16/README.md -------------------------------------------------------------------------------- /Mayank-Gupta/Day17/README.md: -------------------------------------------------------------------------------- 1 | ### Day17 (12-04-22) 2 | Took a break today 3 | 4 | -------------------------------------------------------------------------------- /Mayank-Gupta/Day18/README.md: -------------------------------------------------------------------------------- 1 | ### Day18 (13-04-22) 2 | - Watched DevOps prerequiste video from freecodecamp.org 3 | 4 | -------------------------------------------------------------------------------- /Mayank-Gupta/Day19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mayank-Gupta/Day19/README.md -------------------------------------------------------------------------------- /Mayank-Gupta/Day20/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mayank-Gupta/Day20/README.md -------------------------------------------------------------------------------- /Mayank-Gupta/Day21/README.md: -------------------------------------------------------------------------------- 1 | ### Day21 (16-04-22) 2 | - Learned about String in Linux 3 | -------------------------------------------------------------------------------- /Mayank-Gupta/Day23/README.md: -------------------------------------------------------------------------------- 1 | ### Day23 (18-04-22) 2 | Revised networking notes. 3 | 4 | -------------------------------------------------------------------------------- /Mohammed Ali/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mohammed Ali/README.md -------------------------------------------------------------------------------- /Muhammad Shehzad/devops-roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Muhammad Shehzad/devops-roadmap.md -------------------------------------------------------------------------------- /Mukeshkv/bash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/bash/README.md -------------------------------------------------------------------------------- /Mukeshkv/bash/commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/bash/commands.txt -------------------------------------------------------------------------------- /Mukeshkv/bash/fundamentals/array.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/bash/fundamentals/array.sh -------------------------------------------------------------------------------- /Mukeshkv/bash/fundamentals/colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/bash/fundamentals/colors.txt -------------------------------------------------------------------------------- /Mukeshkv/bash/fundamentals/hello.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/bash/fundamentals/hello.sh -------------------------------------------------------------------------------- /Mukeshkv/bash/fundamentals/ifElse.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/bash/fundamentals/ifElse.sh -------------------------------------------------------------------------------- /Mukeshkv/bash/fundamentals/operator.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/bash/fundamentals/operator.sh -------------------------------------------------------------------------------- /Mukeshkv/bash/fundamentals/test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/bash/fundamentals/test.sh -------------------------------------------------------------------------------- /Mukeshkv/bash/fundamentals/variable.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/bash/fundamentals/variable.sh -------------------------------------------------------------------------------- /Mukeshkv/bash/scripting/dynamic_file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/bash/scripting/dynamic_file.sh -------------------------------------------------------------------------------- /Mukeshkv/bash/scripting/mukesh_file.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Mukeshkv/bash/scripting/testdir/testfile.txt: -------------------------------------------------------------------------------- 1 | hello text -------------------------------------------------------------------------------- /Mukeshkv/docker/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/docker/readme.md -------------------------------------------------------------------------------- /Mukeshkv/linux/commands.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/linux/commands.md -------------------------------------------------------------------------------- /Mukeshkv/linux/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/linux/readme.md -------------------------------------------------------------------------------- /Mukeshkv/networking/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/networking/readme.md -------------------------------------------------------------------------------- /Mukeshkv/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/readme.md -------------------------------------------------------------------------------- /Mukeshkv/yaml/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/yaml/README.md -------------------------------------------------------------------------------- /Mukeshkv/yaml/datatype.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/yaml/datatype.yaml -------------------------------------------------------------------------------- /Mukeshkv/yaml/env.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/yaml/env.yaml -------------------------------------------------------------------------------- /Mukeshkv/yaml/sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/yaml/sample.json -------------------------------------------------------------------------------- /Mukeshkv/yaml/sample.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mukeshkv/yaml/sample.yaml -------------------------------------------------------------------------------- /Mussa Khan Shaukat/Linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mussa Khan Shaukat/Linux/README.md -------------------------------------------------------------------------------- /Mussa Khan Shaukat/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Mussa Khan Shaukat/README.md -------------------------------------------------------------------------------- /Naman_Tiwari/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /NavedAhmad/CICD/jenkins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/NavedAhmad/CICD/jenkins.txt -------------------------------------------------------------------------------- /NavedAhmad/CICD/started.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/NavedAhmad/CICD/started.txt -------------------------------------------------------------------------------- /NavedAhmad/Cloud/started.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/NavedAhmad/Cloud/started.txt -------------------------------------------------------------------------------- /NavedAhmad/Day1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/NavedAhmad/Day1.txt -------------------------------------------------------------------------------- /NavedAhmad/GitAndGithub/started,txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /NavedAhmad/GitAndGithub/started.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/NavedAhmad/GitAndGithub/started.txt -------------------------------------------------------------------------------- /NavedAhmad/Kubernetes/started.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/NavedAhmad/Kubernetes/started.txt -------------------------------------------------------------------------------- /NavedAhmad/Linux/BasicCommands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/NavedAhmad/Linux/BasicCommands.txt -------------------------------------------------------------------------------- /NavedAhmad/Networking/started.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/NavedAhmad/Networking/started.txt -------------------------------------------------------------------------------- /NavedAhmad/Virtualization/volumes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/NavedAhmad/Virtualization/volumes.txt -------------------------------------------------------------------------------- /NavedAhmad/YAML/yaml.txt: -------------------------------------------------------------------------------- 1 | Hey everyone.Today i started learning YAML files. 2 | -------------------------------------------------------------------------------- /NavedAhmad/linux.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/NavedAhmad/linux.txt -------------------------------------------------------------------------------- /NavedAhmad/readme.com: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/NavedAhmad/readme.com -------------------------------------------------------------------------------- /NavedAhmad/readme.md: -------------------------------------------------------------------------------- 1 | Hey everyone. My name is Naved Ahmad and i am learning DevOps. 2 | -------------------------------------------------------------------------------- /NavedAhmad/started.txt: -------------------------------------------------------------------------------- 1 | Hey everyone, today i started learning GOLANG 2 | -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Docker/Basic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Docker/Basic.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Golang/basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Golang/basics.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Linux/Printing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Linux/Printing.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Linux/file-transfer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Linux/file-transfer.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Linux/local security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Linux/local security.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day1.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day10.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day11.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day12.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day13.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day14.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day15.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day16.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day17.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day18.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day19.md: -------------------------------------------------------------------------------- 1 | #### 25-Jan-2021 (Day 19) 2 | - Learned about bash shell scripting and its syntax. 3 | -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day2.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day20.md: -------------------------------------------------------------------------------- 1 | #### 27-Jan-2021 (Day 20) 2 | - Deployed a simple Node.js application using Docker. 3 | -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day21.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day22.md: -------------------------------------------------------------------------------- 1 | #### 29-Jan-2021 (Day 22) 2 | - Learned about how printing works in linux machine. 3 | -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day23.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day24.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day25.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day26.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day27.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day28.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day29.md: -------------------------------------------------------------------------------- 1 | #### 06-Feb-2022 (Day 29) 2 | - Wrote some golang codes. 3 | -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day3.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day30.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day31.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day32.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day33.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day33.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day4.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day6.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day7.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day8.md: -------------------------------------------------------------------------------- 1 | #### 13-Jan-2021 (Day 8) 2 | - Learned text editor in linux and how subneting works. 3 | -------------------------------------------------------------------------------- /Nawaz-Siddiqui/Progress/Day9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/Progress/Day9.md -------------------------------------------------------------------------------- /Nawaz-Siddiqui/README.md: -------------------------------------------------------------------------------- 1 | # My Progress 2 | #### Learning DevOps 3 | -------------------------------------------------------------------------------- /Nawaz-Siddiqui/images/aws/aws1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/images/aws/aws1.png -------------------------------------------------------------------------------- /Nawaz-Siddiqui/images/aws/aws2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/images/aws/aws2.png -------------------------------------------------------------------------------- /Nawaz-Siddiqui/images/aws/aws3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/images/aws/aws3.png -------------------------------------------------------------------------------- /Nawaz-Siddiqui/images/aws/aws4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Nawaz-Siddiqui/images/aws/aws4.png -------------------------------------------------------------------------------- /Neji Lee/DAY 1/day1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 1/day1.md -------------------------------------------------------------------------------- /Neji Lee/DAY 10/Day 10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 10/Day 10.md -------------------------------------------------------------------------------- /Neji Lee/DAY 13 - 23/day 13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 13 - 23/day 13.md -------------------------------------------------------------------------------- /Neji Lee/DAY 13 - 23/day 14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 13 - 23/day 14.md -------------------------------------------------------------------------------- /Neji Lee/DAY 13 - 23/day 15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 13 - 23/day 15.md -------------------------------------------------------------------------------- /Neji Lee/DAY 13 - 23/day 16-17 .md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 13 - 23/day 16-17 .md -------------------------------------------------------------------------------- /Neji Lee/DAY 13 - 23/day 18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 13 - 23/day 18.md -------------------------------------------------------------------------------- /Neji Lee/DAY 13 - 23/day 19 -20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 13 - 23/day 19 -20 -------------------------------------------------------------------------------- /Neji Lee/DAY 13 - 23/day 22-23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 13 - 23/day 22-23.md -------------------------------------------------------------------------------- /Neji Lee/DAY 13 - 23/day21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 13 - 23/day21.md -------------------------------------------------------------------------------- /Neji Lee/DAY 2/day2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 2/day2.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 24.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 25.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 26.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 27-28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 27-28.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 29-30: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 29-30 -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 31-32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 31-32.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 33.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 33.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 34-36.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 34-36.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 37.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 37.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 38-39.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 38-39.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 40.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 40.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 41-42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 41-42.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 43.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 43.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 44.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 44.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 45.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 45.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 46-47.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 46-47.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 48.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 48.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 49.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 49.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 50-51: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 50-51 -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 52-53.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 24 - 54/day 52-53.md -------------------------------------------------------------------------------- /Neji Lee/DAY 24 - 54/day 54.md: -------------------------------------------------------------------------------- 1 | # DAY 54 2 | # 09-03-2022 3 | 1. no studies 4 | -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 55.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 55.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 56.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 56.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 57-59.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 57-59.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 60.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 60.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 61.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 61.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 62.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 62.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 63.md: -------------------------------------------------------------------------------- 1 | # DAY 63 2 | # 18-03-2022 3 | Holi Day 4 | -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 64-66.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 64-66.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 67-69.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 67-69.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 70.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 70.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 71.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 71.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 72.md: -------------------------------------------------------------------------------- 1 | beak 2 | -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 73.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 73.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 74.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 74.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 75.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 75.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 76.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 76.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 77.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 77.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 78.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 78.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 79.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 79.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 80.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 80.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 81-82.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 81-82.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 83-84.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 83-84.md -------------------------------------------------------------------------------- /Neji Lee/DAY 55 - 85/day 85.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY 55 - 85/day 85.md -------------------------------------------------------------------------------- /Neji Lee/DAY11/day11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY11/day11.md -------------------------------------------------------------------------------- /Neji Lee/DAY12/day12.md: -------------------------------------------------------------------------------- 1 | # DAY 12 2 | 3 | # 26-01-2022 4 | 5 | 1. Revision 6 | -------------------------------------------------------------------------------- /Neji Lee/DAY3/day3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY3/day3.md -------------------------------------------------------------------------------- /Neji Lee/DAY4/day4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY4/day4.md -------------------------------------------------------------------------------- /Neji Lee/DAY5/day5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY5/day5.md -------------------------------------------------------------------------------- /Neji Lee/DAY6/day6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY6/day6.md -------------------------------------------------------------------------------- /Neji Lee/DAY7/day7.md: -------------------------------------------------------------------------------- 1 | took rest, as i wasn't feeling well. 2 | -------------------------------------------------------------------------------- /Neji Lee/DAY8/day8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY8/day8.md -------------------------------------------------------------------------------- /Neji Lee/DAY9/day9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Neji Lee/DAY9/day9.md -------------------------------------------------------------------------------- /Omkar Kulkarni/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Omkar Kulkarni/README.md -------------------------------------------------------------------------------- /Prabitra_Sarkar/Checklist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Prabitra_Sarkar/Checklist.md -------------------------------------------------------------------------------- /Prabitra_Sarkar/target.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/README.md -------------------------------------------------------------------------------- /Rahul-Choudhury/Linux/process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Rahul-Choudhury/Linux/process.md -------------------------------------------------------------------------------- /Rahul-Choudhury/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Rahul-Choudhury/README.md -------------------------------------------------------------------------------- /Rahul-Choudhury/_assets/process/PID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Rahul-Choudhury/_assets/process/PID.png -------------------------------------------------------------------------------- /Rahul-Choudhury/_assets/process/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Rahul-Choudhury/_assets/process/top.png -------------------------------------------------------------------------------- /Rakshit Gondwal/Day 1/Day1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Rakshit Gondwal/Day 1/Day1.md -------------------------------------------------------------------------------- /Rakshit Gondwal/Day 10/Day10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Rakshit Gondwal/Day 10/Day10.md -------------------------------------------------------------------------------- /Rakshit Gondwal/Day 2/Day2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Rakshit Gondwal/Day 2/Day2.md -------------------------------------------------------------------------------- /Rakshit Gondwal/Day 3/Day3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Rakshit Gondwal/Day 3/Day3.md -------------------------------------------------------------------------------- /Rakshit Gondwal/Day 4/Day4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Rakshit Gondwal/Day 4/Day4.md -------------------------------------------------------------------------------- /Rakshit Gondwal/Day 5/Day5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Rakshit Gondwal/Day 5/Day5.md -------------------------------------------------------------------------------- /Rakshit Gondwal/Day 6/Day6.md: -------------------------------------------------------------------------------- 1 | Went to delhi for a hackathon. -------------------------------------------------------------------------------- /Rakshit Gondwal/Day 7/Day7.md: -------------------------------------------------------------------------------- 1 | Hackathon day1 -------------------------------------------------------------------------------- /Rakshit Gondwal/Day 8/Day8.md: -------------------------------------------------------------------------------- 1 | Hackathon day2 -------------------------------------------------------------------------------- /Rakshit Gondwal/Day 9/Day9.md: -------------------------------------------------------------------------------- 1 | Explored delhi today. -------------------------------------------------------------------------------- /RamanandPrabhu/Day1/README.md: -------------------------------------------------------------------------------- 1 | * Understood the difference between fork and clone. -------------------------------------------------------------------------------- /RamanandPrabhu/Day10/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/RamanandPrabhu/Day10/README.md -------------------------------------------------------------------------------- /RamanandPrabhu/Day11/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/RamanandPrabhu/Day11/README.md -------------------------------------------------------------------------------- /RamanandPrabhu/Day12/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/RamanandPrabhu/Day12/README.md -------------------------------------------------------------------------------- /RamanandPrabhu/Day13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/RamanandPrabhu/Day13/README.md -------------------------------------------------------------------------------- /RamanandPrabhu/Day2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/RamanandPrabhu/Day2/README.md -------------------------------------------------------------------------------- /RamanandPrabhu/Day3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/RamanandPrabhu/Day3/README.md -------------------------------------------------------------------------------- /RamanandPrabhu/Day4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/RamanandPrabhu/Day4/README.md -------------------------------------------------------------------------------- /RamanandPrabhu/Day5/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/RamanandPrabhu/Day5/README.md -------------------------------------------------------------------------------- /RamanandPrabhu/Day6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/RamanandPrabhu/Day6/README.md -------------------------------------------------------------------------------- /RamanandPrabhu/Day7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/RamanandPrabhu/Day7/README.md -------------------------------------------------------------------------------- /RamanandPrabhu/Day8/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/RamanandPrabhu/Day8/README.md -------------------------------------------------------------------------------- /RamanandPrabhu/Day9/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/RamanandPrabhu/Day9/README.md -------------------------------------------------------------------------------- /RamanandPrabhu/README.md: -------------------------------------------------------------------------------- 1 | * Doumenting my DevOps journey. -------------------------------------------------------------------------------- /RaviTeja-Natchireddi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/RaviTeja-Natchireddi/README.md -------------------------------------------------------------------------------- /Rohit Mohanta/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Rohit Mohanta/readme.md -------------------------------------------------------------------------------- /Sachin Parihar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sachin Parihar/README.md -------------------------------------------------------------------------------- /Sadab-Halim/01-Linux/Linux_Notes-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/01-Linux/Linux_Notes-1.md -------------------------------------------------------------------------------- /Sadab-Halim/01-Linux/Linux_Notes-2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/01-Linux/Linux_Notes-2.md -------------------------------------------------------------------------------- /Sadab-Halim/03-Go/Golang_Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/03-Go/Golang_Notes.md -------------------------------------------------------------------------------- /Sadab-Halim/04-YAML/YAML_Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/04-YAML/YAML_Notes.md -------------------------------------------------------------------------------- /Sadab-Halim/06-Docker/Docker_Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/06-Docker/Docker_Notes.md -------------------------------------------------------------------------------- /Sadab-Halim/Images/argocd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/argocd.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/argocd2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/argocd2.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/argocd3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/argocd3.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/argocd4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/argocd4.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/argocd5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/argocd5.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/argocd6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/argocd6.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/argocd7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/argocd7.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/argocd8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/argocd8.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/devops-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/devops-banner.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/gitops1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/gitops1.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/gitops2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/gitops2.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform1.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform10.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform11.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform12.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform13.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform14.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform15.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform16.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform17.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform18.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform19.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform2.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform3.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform4.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform5.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform6.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform7.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform8.png -------------------------------------------------------------------------------- /Sadab-Halim/Images/terraform9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Images/terraform9.png -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day01.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day02.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day03.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day04.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day05.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day06.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day07.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day08.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day08.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day09.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day09.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day10.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day11.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day12.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day13.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day14.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day15.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day16.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day17.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day17.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day18.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day18.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day19.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day19.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day20.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day20.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day21.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day21.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day22.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day22.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day23.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day23.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day24.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day24.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day25.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day26.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day26.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day27.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day27.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day28.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day28.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day29.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day29.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day30.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day30.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day31.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day31.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day32.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day33.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day33.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day34.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day34.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day35.md: -------------------------------------------------------------------------------- 1 | *Notes to be uploaded soon.* -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day36.md: -------------------------------------------------------------------------------- 1 | *Notes to be uploaded soon.* -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day37.md: -------------------------------------------------------------------------------- 1 | *Notes to be uploaded soon.* -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day38.md: -------------------------------------------------------------------------------- 1 | *Notes to be uploaded soon.* -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day39.md: -------------------------------------------------------------------------------- 1 | *Notes to be uploaded soon.* -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day40.md: -------------------------------------------------------------------------------- 1 | *Notes to be uploaded soon.* -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day41.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day41.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day42.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day42.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day43.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day43.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day44.md: -------------------------------------------------------------------------------- 1 | *Notes to be uploaded soon.* -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day45.md: -------------------------------------------------------------------------------- 1 | *Notes to be uploaded soon.* -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day46.md: -------------------------------------------------------------------------------- 1 | *Notes to be uploaded soon.* -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day47.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day47.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day48.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day48.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day49.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day49.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day50.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day50.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day51.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day51.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day52.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day53.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day53.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day54.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day54.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day55.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day55.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day56.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day56.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day57.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day57.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day58.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day58.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day59.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day59.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day60.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day60.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day61.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day61.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day62.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day62.md -------------------------------------------------------------------------------- /Sadab-Halim/Progress/Day63.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/Progress/Day63.md -------------------------------------------------------------------------------- /Sadab-Halim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sadab-Halim/README.md -------------------------------------------------------------------------------- /Samyak_Vaidya/readme.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Saugat Rajbhandari/Day-01/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Saugat Rajbhandari/Day-01/Readme.md -------------------------------------------------------------------------------- /Saugat Rajbhandari/Day-02/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Saugat Rajbhandari/Day-02/Readme.md -------------------------------------------------------------------------------- /Saugat Rajbhandari/Day-03/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Saugat Rajbhandari/Day-03/Readme.md -------------------------------------------------------------------------------- /Saugat Rajbhandari/Day-04/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Saugat Rajbhandari/Day-04/Readme.md -------------------------------------------------------------------------------- /Saugat Rajbhandari/Day-04/test.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Saugat Rajbhandari/Day-04/test.yaml -------------------------------------------------------------------------------- /Saugat Rajbhandari/Day-05/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Saugat Rajbhandari/Day-05/Readme.md -------------------------------------------------------------------------------- /Saugat Rajbhandari/Day-06/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Saugat Rajbhandari/Day-06/Readme.md -------------------------------------------------------------------------------- /Saugat Rajbhandari/Day-07/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Saugat Rajbhandari/Day-07/Readme.md -------------------------------------------------------------------------------- /Saugat Rajbhandari/Day-08/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Saugat Rajbhandari/Day-08/Readme.md -------------------------------------------------------------------------------- /Saugat Rajbhandari/Day-09/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Saugat Rajbhandari/Day-09/Readme.md -------------------------------------------------------------------------------- /Saugat Rajbhandari/Day-10/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Saugat Rajbhandari/Day-10/Readme.md -------------------------------------------------------------------------------- /Saugat Rajbhandari/Day-11/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Saugat Rajbhandari/Day-11/Readme.md -------------------------------------------------------------------------------- /Shaman/Progress_Sheet.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shaman/Roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shaman/Roadmap.md -------------------------------------------------------------------------------- /Shanmukh/Status.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shanmukh/Status.md -------------------------------------------------------------------------------- /Shariq/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shariq/README.md -------------------------------------------------------------------------------- /Shivanshyadav/Day 2/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shivanshyadav/Day 2/Readme.md -------------------------------------------------------------------------------- /Shivanshyadav/Day-1/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shivanshyadav/Day-1/Readme.md -------------------------------------------------------------------------------- /Shivanshyadav/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shivanshyadav/README.md -------------------------------------------------------------------------------- /Shiwam Verma/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shiwam Verma/README.md -------------------------------------------------------------------------------- /Shiwam Verma/day01/day1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shiwam Verma/day01/day1.md -------------------------------------------------------------------------------- /Shiwam Verma/day02/day2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shiwam Verma/day02/day2.md -------------------------------------------------------------------------------- /Shiwam Verma/day03/day03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shiwam Verma/day03/day03.md -------------------------------------------------------------------------------- /Shiwam Verma/day04/day4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shiwam Verma/day04/day4.md -------------------------------------------------------------------------------- /Shiwam Verma/day05/booking-app/go.mod: -------------------------------------------------------------------------------- 1 | module booking-app 2 | 3 | go 1.17 4 | -------------------------------------------------------------------------------- /Shiwam Verma/day05/booking-app/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shiwam Verma/day05/booking-app/main.go -------------------------------------------------------------------------------- /Shiwam Verma/day05/day5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shiwam Verma/day05/day5.md -------------------------------------------------------------------------------- /Shiwam Verma/day06/day6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shiwam Verma/day06/day6.md -------------------------------------------------------------------------------- /Shiwam Verma/day07/day7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shiwam Verma/day07/day7.md -------------------------------------------------------------------------------- /Shubham-Yadav/01-Networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shubham-Yadav/01-Networking/README.md -------------------------------------------------------------------------------- /Shubham-Yadav/02-linux/copy.txt: -------------------------------------------------------------------------------- 1 | basic linux commands 2 | 3 | cat > new.txt 4 | 5 | -------------------------------------------------------------------------------- /Shubham-Yadav/02-linux/linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shubham-Yadav/02-linux/linux.md -------------------------------------------------------------------------------- /Shubham-Yadav/03-Yaml/datatypes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shubham-Yadav/03-Yaml/datatypes.yaml -------------------------------------------------------------------------------- /Shubham-Yadav/03-Yaml/kubernetes.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shubham-Yadav/03-Yaml/kubernetes.yaml -------------------------------------------------------------------------------- /Shubham-Yadav/03-Yaml/list.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shubham-Yadav/03-Yaml/list.yaml -------------------------------------------------------------------------------- /Shubham-Yadav/03-Yaml/object.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shubham-Yadav/03-Yaml/object.yaml -------------------------------------------------------------------------------- /Shubham-Yadav/03-Yaml/test.yaml: -------------------------------------------------------------------------------- 1 | # comment here 2 | app: user-authenication 3 | port: 3000 4 | version: 1.7 5 | 6 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shubham-Yadav/4.Docker/README.md -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/app.py: -------------------------------------------------------------------------------- 1 | print("hello world from docker") -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shubham-Yadav/4.Docker/docker.md -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/db.sqlite3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/docker/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/dockerapp/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/dockerapp/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/bin/python: -------------------------------------------------------------------------------- 1 | python3 -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/bin/python3: -------------------------------------------------------------------------------- 1 | /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/bin/python3.9: -------------------------------------------------------------------------------- 1 | python3 -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/Django-4.0.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/Django-4.0.1.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/Django-4.0.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | django 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/asgiref-3.4.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/asgiref-3.4.1.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | asgiref 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/asgiref/__init__.py: -------------------------------------------------------------------------------- 1 | __version__ = "3.4.1" 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/asgiref/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/app_template/__init__.py-tpl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/app_template/migrations/__init__.py-tpl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ar/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ar_DZ/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/az/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/bg/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/bn/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/bs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ca/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/cs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/cy/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/da/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/de/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/de_CH/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/el/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/en/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/en_AU/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/en_GB/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/eo/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/es/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/es_AR/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/es_CO/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/es_MX/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/es_NI/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/es_PR/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/et/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/eu/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/fa/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/fi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/fr/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/fy/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ga/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/gd/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/gl/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/he/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/hi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/hr/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/hu/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/id/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ig/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/is/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/it/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ja/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ka/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/km/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/kn/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ko/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ky/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/lt/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/lv/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/mk/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ml/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/mn/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ms/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/nb/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/nl/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/nn/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/pl/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/pt/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/pt_BR/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ro/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ru/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/sk/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/sl/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/sq/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/sr/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/sr_Latn/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/sv/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/ta/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/te/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/tg/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/th/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/tk/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/tr/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/uk/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/uz/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/vi/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/zh_Hans/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/locale/zh_Hant/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/conf/project_template/project_name/__init__.py-tpl: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/admin/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/admin/templatetags/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/admin/views/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/admindocs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/auth/handlers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/auth/management/commands/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/auth/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/contenttypes/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/contenttypes/management/commands/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/contenttypes/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/flatpages/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/flatpages/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/flatpages/templatetags/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/gis/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/gis/db/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/gis/db/backends/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/gis/db/backends/base/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/gis/db/backends/mysql/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/gis/db/backends/oracle/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/gis/db/backends/postgis/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/gis/db/backends/spatialite/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/gis/gdal/prototypes/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/gis/gdal/raster/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/gis/management/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/gis/management/commands/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/gis/serializers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/humanize/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/humanize/templatetags/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/postgres/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/redirects/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/redirects/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/sessions/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/sessions/backends/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/sessions/management/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/sessions/management/commands/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/sessions/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/sitemaps/management/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/sitemaps/management/commands/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/sites/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/sites/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/staticfiles/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/staticfiles/management/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/staticfiles/management/commands/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/contrib/syndication/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/core/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/core/cache/backends/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/core/checks/compatibility/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/core/checks/security/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/core/handlers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/core/mail/backends/__init__.py: -------------------------------------------------------------------------------- 1 | # Mail backends shipped with Django. 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/core/management/commands/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/core/servers/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/db/backends/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/db/backends/base/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/db/backends/dummy/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/db/backends/mysql/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/db/backends/oracle/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/db/backends/postgresql/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/db/backends/sqlite3/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/middleware/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/template/backends/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/template/loaders/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/templatetags/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/django/views/decorators/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip-20.2.3.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip-20.2.3.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip-20.2.3.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_internal/index/__init__.py: -------------------------------------------------------------------------------- 1 | """Index interaction code 2 | """ 3 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_internal/operations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_internal/operations/build/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_internal/resolution/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_internal/resolution/legacy/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_internal/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_vendor/chardet/cli/__init__.py: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_vendor/html5lib/filters/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_vendor/idna/package_data.py: -------------------------------------------------------------------------------- 1 | __version__ = '2.10' 2 | 3 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_vendor/msgpack/_version.py: -------------------------------------------------------------------------------- 1 | version = (1, 0, 0) 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_vendor/resolvelib/compat/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/pkg_resources/_vendor/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/setuptools-49.2.1.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/setuptools-49.2.1.dist-info/REQUESTED: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/setuptools-49.2.1.dist-info/zip-safe: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/setuptools/_vendor/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/sqlparse-0.4.2.dist-info/INSTALLER: -------------------------------------------------------------------------------- 1 | pip 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/env/lib/python3.9/site-packages/sqlparse-0.4.2.dist-info/top_level.txt: -------------------------------------------------------------------------------- 1 | sqlparse 2 | -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/docker/manage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shubham-Yadav/4.Docker/docker/manage.py -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shubham-Yadav/4.Docker/dockerfile -------------------------------------------------------------------------------- /Shubham-Yadav/4.Docker/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shubham-Yadav/4.Docker/main.go -------------------------------------------------------------------------------- /Shubham-Yadav/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shubham-Yadav/README.md -------------------------------------------------------------------------------- /Shubhangi Mainalli/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Shubhangi Mainalli/readme.md -------------------------------------------------------------------------------- /Siddhant_Prateek/Linux/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Siddhant_Prateek/Linux/README.md -------------------------------------------------------------------------------- /Siddhant_Prateek/Networking/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Siddhant_Prateek/Networking/README.md -------------------------------------------------------------------------------- /Siddhant_Prateek/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Siddhant_Prateek/README.md -------------------------------------------------------------------------------- /Siddhant_Prateek/Yaml/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Siddhant_Prateek/Yaml/README.md -------------------------------------------------------------------------------- /Sourav Kumar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sourav Kumar/README.md -------------------------------------------------------------------------------- /Sourav Samant/Personal_Roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sourav Samant/Personal_Roadmap.md -------------------------------------------------------------------------------- /Sunny/Day 1/Day1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sunny/Day 1/Day1.md -------------------------------------------------------------------------------- /Sunny/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Sunny/Readme.md -------------------------------------------------------------------------------- /Syed-Atif/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Syed-Atif/README.md -------------------------------------------------------------------------------- /Syeda-Habib/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Syeda-Habib/readme.md -------------------------------------------------------------------------------- /TalMalchi/DevOps roadmap 2022.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/TalMalchi/DevOps roadmap 2022.pdf -------------------------------------------------------------------------------- /Tanmay-Sarkar/Day1-Golang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Tanmay-Sarkar/Day1-Golang.md -------------------------------------------------------------------------------- /Tanmay-Sarkar/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Tanmay-Sarkar/Readme.md -------------------------------------------------------------------------------- /Vaibhav-Patel/Linux_Syllabus.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Vaibhav-Patel/Linux_Syllabus.pdf -------------------------------------------------------------------------------- /Vaibhav-Patel/Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Vaibhav-Patel/Notes.md -------------------------------------------------------------------------------- /Vaibhav-Patel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Vaibhav-Patel/README.md -------------------------------------------------------------------------------- /Vaidansh Bhardwaj/01-05-2022/progress.md: -------------------------------------------------------------------------------- 1 | Datree.io 2 | wrote thread 3 | linux fundamentals 4 | CI/CD 5 | 6 | 7 | -------------------------------------------------------------------------------- /Vaidansh Bhardwaj/22-04-2022/progress.md: -------------------------------------------------------------------------------- 1 | Continued with the linux foundation course 2 | Chapter 3,4,5 3 | 4 | 5 | -------------------------------------------------------------------------------- /Vaidansh Bhardwaj/README.md: -------------------------------------------------------------------------------- 1 | Documenting my progress of the DevOpsRoadmap 2 | -------------------------------------------------------------------------------- /Vishal Chauhan/Day1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/Vishal Chauhan/Day1.md -------------------------------------------------------------------------------- /YashPimple/ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/YashPimple/ReadMe.md -------------------------------------------------------------------------------- /akash-mohanto/README.md: -------------------------------------------------------------------------------- 1 | # learning DevOps 2 | 3 | - My Daily Progress 4 | -------------------------------------------------------------------------------- /ankur_sharma/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/ankur_sharma/readme.md -------------------------------------------------------------------------------- /atir-nayab/01-03-2022/kubernetes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/01-03-2022/kubernetes.md -------------------------------------------------------------------------------- /atir-nayab/02-03-2022/kubernetes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/02-03-2022/kubernetes.md -------------------------------------------------------------------------------- /atir-nayab/03-03-2022/kubernetes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/03-03-2022/kubernetes.md -------------------------------------------------------------------------------- /atir-nayab/03-04-2022/replicaset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/03-04-2022/replicaset.md -------------------------------------------------------------------------------- /atir-nayab/05-03-2022/kube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/05-03-2022/kube.md -------------------------------------------------------------------------------- /atir-nayab/05-04-2022/replicaset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/05-04-2022/replicaset.md -------------------------------------------------------------------------------- /atir-nayab/06-03-2022/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/06-03-2022/faq.md -------------------------------------------------------------------------------- /atir-nayab/06-04-2022/deployment101.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/06-04-2022/deployment101.md -------------------------------------------------------------------------------- /atir-nayab/07-03-2022/kube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/07-03-2022/kube.md -------------------------------------------------------------------------------- /atir-nayab/08-01-2022/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/08-01-2022/README.md -------------------------------------------------------------------------------- /atir-nayab/08-03-2022/kube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/08-03-2022/kube.md -------------------------------------------------------------------------------- /atir-nayab/08-06-2022/deployment101.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/08-06-2022/deployment101.md -------------------------------------------------------------------------------- /atir-nayab/08-06-2022/scheduling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/08-06-2022/scheduling.md -------------------------------------------------------------------------------- /atir-nayab/08-06-2022/services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/08-06-2022/services.md -------------------------------------------------------------------------------- /atir-nayab/09-01-2022/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/09-01-2022/README.md -------------------------------------------------------------------------------- /atir-nayab/09-04-2022/services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/09-04-2022/services.md -------------------------------------------------------------------------------- /atir-nayab/10-01-2022/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/10-01-2022/README.md -------------------------------------------------------------------------------- /atir-nayab/10-04-2022/deamonSet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/10-04-2022/deamonSet.md -------------------------------------------------------------------------------- /atir-nayab/10-04-2022/ingress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/10-04-2022/ingress.md -------------------------------------------------------------------------------- /atir-nayab/10-04-2022/stateful.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/10-04-2022/stateful.md -------------------------------------------------------------------------------- /atir-nayab/11-04-2022/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/11-04-2022/architecture.md -------------------------------------------------------------------------------- /atir-nayab/11-04-2022/k3s.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/11-04-2022/k3s.md -------------------------------------------------------------------------------- /atir-nayab/12-04-2022/init-container.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/12-04-2022/init-container.md -------------------------------------------------------------------------------- /atir-nayab/12-04-2022/probes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/12-04-2022/probes.md -------------------------------------------------------------------------------- /atir-nayab/13-01-2022/ch2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/13-01-2022/ch2.md -------------------------------------------------------------------------------- /atir-nayab/13-01-2022/ch3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/13-01-2022/ch3.md -------------------------------------------------------------------------------- /atir-nayab/13-02-2022/docket.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/13-02-2022/docket.md -------------------------------------------------------------------------------- /atir-nayab/13-03-2022/revision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/13-03-2022/revision.md -------------------------------------------------------------------------------- /atir-nayab/13-04-2022/deployment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/13-04-2022/deployment.md -------------------------------------------------------------------------------- /atir-nayab/13-04-2022/statefulSet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/13-04-2022/statefulSet.md -------------------------------------------------------------------------------- /atir-nayab/14-01-2022/ch3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/14-01-2022/ch3.md -------------------------------------------------------------------------------- /atir-nayab/14-02-2022/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/14-02-2022/docker.md -------------------------------------------------------------------------------- /atir-nayab/14-03-2022/revision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/14-03-2022/revision.md -------------------------------------------------------------------------------- /atir-nayab/15-01-2022/ch3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/15-01-2022/ch3.md -------------------------------------------------------------------------------- /atir-nayab/15-02-2022/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/15-02-2022/docker.md -------------------------------------------------------------------------------- /atir-nayab/15-03-2022/revision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/15-03-2022/revision.md -------------------------------------------------------------------------------- /atir-nayab/16-01-2022/ch3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/16-01-2022/ch3.md -------------------------------------------------------------------------------- /atir-nayab/16-01-2022/ch4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/16-01-2022/ch4.md -------------------------------------------------------------------------------- /atir-nayab/16-01-2022/ch5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/16-01-2022/ch5.md -------------------------------------------------------------------------------- /atir-nayab/16-01-2022/ch6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/16-01-2022/ch6.md -------------------------------------------------------------------------------- /atir-nayab/16-01-2022/ch7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/16-01-2022/ch7.md -------------------------------------------------------------------------------- /atir-nayab/16-02-2022/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/16-02-2022/docker.md -------------------------------------------------------------------------------- /atir-nayab/16-03-2022/deepDive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/16-03-2022/deepDive.md -------------------------------------------------------------------------------- /atir-nayab/16-03-2022/intro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/16-03-2022/intro.md -------------------------------------------------------------------------------- /atir-nayab/16-04-2022/configMaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/16-04-2022/configMaps.md -------------------------------------------------------------------------------- /atir-nayab/16-04-2022/daemonSet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/16-04-2022/daemonSet.md -------------------------------------------------------------------------------- /atir-nayab/16-04-2022/rbac.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/16-04-2022/rbac.md -------------------------------------------------------------------------------- /atir-nayab/16-04-2022/services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/16-04-2022/services.md -------------------------------------------------------------------------------- /atir-nayab/16-04-2022/volumes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/16-04-2022/volumes.md -------------------------------------------------------------------------------- /atir-nayab/17-01-2022/ch7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/17-01-2022/ch7.md -------------------------------------------------------------------------------- /atir-nayab/17-02-2022/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/17-02-2022/docker.md -------------------------------------------------------------------------------- /atir-nayab/18-01-2022/ch7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/18-01-2022/ch7.md -------------------------------------------------------------------------------- /atir-nayab/18-01-2022/ch8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/18-01-2022/ch8.md -------------------------------------------------------------------------------- /atir-nayab/18-01-2022/ch9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/18-01-2022/ch9.md -------------------------------------------------------------------------------- /atir-nayab/18-02-2022/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/18-02-2022/docker.md -------------------------------------------------------------------------------- /atir-nayab/18-03-2022/pods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/18-03-2022/pods.md -------------------------------------------------------------------------------- /atir-nayab/19-01-2022/ch10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/19-01-2022/ch10.md -------------------------------------------------------------------------------- /atir-nayab/19-01-2022/ch9.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/19-01-2022/ch9.md -------------------------------------------------------------------------------- /atir-nayab/20-01-2022/ch10.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/20-01-2022/ch10.md -------------------------------------------------------------------------------- /atir-nayab/20-01-2022/ch11.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/20-01-2022/ch11.md -------------------------------------------------------------------------------- /atir-nayab/20-01-2022/ch12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/20-01-2022/ch12.md -------------------------------------------------------------------------------- /atir-nayab/21-01-2022/ch12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/21-01-2022/ch12.md -------------------------------------------------------------------------------- /atir-nayab/21-02-2022/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/21-02-2022/docker.md -------------------------------------------------------------------------------- /atir-nayab/22-01-2022/ch12.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/22-01-2022/ch12.md -------------------------------------------------------------------------------- /atir-nayab/22-01-2022/ch13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/22-01-2022/ch13.md -------------------------------------------------------------------------------- /atir-nayab/22-02-2022/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/22-02-2022/docker.md -------------------------------------------------------------------------------- /atir-nayab/23-01-2022/ch13.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/23-01-2022/ch13.md -------------------------------------------------------------------------------- /atir-nayab/23-01-2022/ch14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/23-01-2022/ch14.md -------------------------------------------------------------------------------- /atir-nayab/23-02-2022/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/23-02-2022/docker.md -------------------------------------------------------------------------------- /atir-nayab/24--01-2022/ch14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/24--01-2022/ch14.md -------------------------------------------------------------------------------- /atir-nayab/24--01-2022/ch15.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/24--01-2022/ch15.md -------------------------------------------------------------------------------- /atir-nayab/26-01-2022/ccna.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/26-01-2022/ccna.md -------------------------------------------------------------------------------- /atir-nayab/26-02-2022/kubernetes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/26-02-2022/kubernetes.md -------------------------------------------------------------------------------- /atir-nayab/27-02-2022/kubernetes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/27-02-2022/kubernetes.md -------------------------------------------------------------------------------- /atir-nayab/28-01-2022/goLang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/28-01-2022/goLang.md -------------------------------------------------------------------------------- /atir-nayab/28-02-2022/kubernetes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/28-02-2022/kubernetes.md -------------------------------------------------------------------------------- /atir-nayab/28-03-2022/pod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/28-03-2022/pod.md -------------------------------------------------------------------------------- /atir-nayab/29-01-2022/goLang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/29-01-2022/goLang.md -------------------------------------------------------------------------------- /atir-nayab/30-jan-2022/goLang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/30-jan-2022/goLang.md -------------------------------------------------------------------------------- /atir-nayab/30-jan-2022/yaml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/30-jan-2022/yaml.md -------------------------------------------------------------------------------- /atir-nayab/31-01-2022/git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/31-01-2022/git.md -------------------------------------------------------------------------------- /atir-nayab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/README.md -------------------------------------------------------------------------------- /atir-nayab/asset/Karchitecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/Karchitecture.png -------------------------------------------------------------------------------- /atir-nayab/asset/ResourceObjects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/ResourceObjects.png -------------------------------------------------------------------------------- /atir-nayab/asset/VirDevContKuber.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/VirDevContKuber.png -------------------------------------------------------------------------------- /atir-nayab/asset/application.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/application.png -------------------------------------------------------------------------------- /atir-nayab/asset/architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/architecture.png -------------------------------------------------------------------------------- /atir-nayab/asset/atomicUnit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/atomicUnit.png -------------------------------------------------------------------------------- /atir-nayab/asset/calender.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/calender.jpg -------------------------------------------------------------------------------- /atir-nayab/asset/containerVsVM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/containerVsVM.png -------------------------------------------------------------------------------- /atir-nayab/asset/controlLoop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/controlLoop.png -------------------------------------------------------------------------------- /atir-nayab/asset/cost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/cost.png -------------------------------------------------------------------------------- /atir-nayab/asset/csnVirtualization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/csnVirtualization.png -------------------------------------------------------------------------------- /atir-nayab/asset/dataVir+devOps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/dataVir+devOps.png -------------------------------------------------------------------------------- /atir-nayab/asset/deployment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/deployment.png -------------------------------------------------------------------------------- /atir-nayab/asset/deploymentWorkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/deploymentWorkflow.png -------------------------------------------------------------------------------- /atir-nayab/asset/deploymnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/deploymnet.png -------------------------------------------------------------------------------- /atir-nayab/asset/dns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/dns.png -------------------------------------------------------------------------------- /atir-nayab/asset/docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/docker.png -------------------------------------------------------------------------------- /atir-nayab/asset/dockerArchitecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/dockerArchitecture.png -------------------------------------------------------------------------------- /atir-nayab/asset/dockerVisual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/dockerVisual.png -------------------------------------------------------------------------------- /atir-nayab/asset/dos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/dos.png -------------------------------------------------------------------------------- /atir-nayab/asset/gitOps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/gitOps.png -------------------------------------------------------------------------------- /atir-nayab/asset/hereVR2Day.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/hereVR2Day.png -------------------------------------------------------------------------------- /atir-nayab/asset/iamGroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/iamGroup.png -------------------------------------------------------------------------------- /atir-nayab/asset/ingress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/ingress.png -------------------------------------------------------------------------------- /atir-nayab/asset/kubectl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/kubectl.png -------------------------------------------------------------------------------- /atir-nayab/asset/kubernetes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/kubernetes.png -------------------------------------------------------------------------------- /atir-nayab/asset/kubernetesCluster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/kubernetesCluster.png -------------------------------------------------------------------------------- /atir-nayab/asset/kubernetesDoes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/kubernetesDoes.png -------------------------------------------------------------------------------- /atir-nayab/asset/labels&selectors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/labels&selectors.png -------------------------------------------------------------------------------- /atir-nayab/asset/loadBalancer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/loadBalancer.png -------------------------------------------------------------------------------- /atir-nayab/asset/masterNode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/masterNode.png -------------------------------------------------------------------------------- /atir-nayab/asset/namespace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/namespace.png -------------------------------------------------------------------------------- /atir-nayab/asset/networkNamespace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/networkNamespace.png -------------------------------------------------------------------------------- /atir-nayab/asset/networking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/networking.png -------------------------------------------------------------------------------- /atir-nayab/asset/nodePort.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/nodePort.png -------------------------------------------------------------------------------- /atir-nayab/asset/orphan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/orphan.png -------------------------------------------------------------------------------- /atir-nayab/asset/pod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/pod.png -------------------------------------------------------------------------------- /atir-nayab/asset/podLifecycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/podLifecycle.png -------------------------------------------------------------------------------- /atir-nayab/asset/podNetworking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/podNetworking.png -------------------------------------------------------------------------------- /atir-nayab/asset/podSelectors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/podSelectors.png -------------------------------------------------------------------------------- /atir-nayab/asset/podWorkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/podWorkflow.png -------------------------------------------------------------------------------- /atir-nayab/asset/podsDeployed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/podsDeployed.png -------------------------------------------------------------------------------- /atir-nayab/asset/portForwarding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/portForwarding.png -------------------------------------------------------------------------------- /atir-nayab/asset/rootUser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/rootUser.png -------------------------------------------------------------------------------- /atir-nayab/asset/route53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/route53.png -------------------------------------------------------------------------------- /atir-nayab/asset/scalingPods.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/scalingPods.png -------------------------------------------------------------------------------- /atir-nayab/asset/scheduler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/scheduler.png -------------------------------------------------------------------------------- /atir-nayab/asset/serviceWorkflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/serviceWorkflow.png -------------------------------------------------------------------------------- /atir-nayab/asset/services.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/services.png -------------------------------------------------------------------------------- /atir-nayab/asset/services2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/services2.png -------------------------------------------------------------------------------- /atir-nayab/asset/sharedResp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/sharedResp.png -------------------------------------------------------------------------------- /atir-nayab/asset/simpleApplication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/simpleApplication.png -------------------------------------------------------------------------------- /atir-nayab/asset/typesOfServices.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/typesOfServices.png -------------------------------------------------------------------------------- /atir-nayab/asset/vendir.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/vendir.png -------------------------------------------------------------------------------- /atir-nayab/asset/whyContainers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/whyContainers.png -------------------------------------------------------------------------------- /atir-nayab/asset/ytt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/asset/ytt.png -------------------------------------------------------------------------------- /atir-nayab/deployment/deployment.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/deployment/deployment.yml -------------------------------------------------------------------------------- /atir-nayab/deployment/nginx-dep.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/deployment/nginx-dep.yml -------------------------------------------------------------------------------- /atir-nayab/devops-roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/devops-roadmap.md -------------------------------------------------------------------------------- /atir-nayab/express-app/.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/express-app/.dockerignore -------------------------------------------------------------------------------- /atir-nayab/express-app/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | -------------------------------------------------------------------------------- /atir-nayab/express-app/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/express-app/Dockerfile -------------------------------------------------------------------------------- /atir-nayab/express-app/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/express-app/index.js -------------------------------------------------------------------------------- /atir-nayab/express-app/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/express-app/package.json -------------------------------------------------------------------------------- /atir-nayab/go/booking-app/go.mod: -------------------------------------------------------------------------------- 1 | module booking-app 2 | 3 | go 1.17 4 | -------------------------------------------------------------------------------- /atir-nayab/go/booking-app/helper.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/go/booking-app/helper.go -------------------------------------------------------------------------------- /atir-nayab/go/booking-app/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/go/booking-app/main.go -------------------------------------------------------------------------------- /atir-nayab/go/freecodecamp/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/go/freecodecamp/main.go -------------------------------------------------------------------------------- /atir-nayab/hello-world-image/hello-world.sh: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | 3 | echo "Hello World !!!" 4 | -------------------------------------------------------------------------------- /atir-nayab/init-containers/sample.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/init-containers/sample.yml -------------------------------------------------------------------------------- /atir-nayab/pod/pod.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/pod/pod.yml -------------------------------------------------------------------------------- /atir-nayab/pod/sharedVolume.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/pod/sharedVolume.yml -------------------------------------------------------------------------------- /atir-nayab/replicaSet/nginx-rs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/replicaSet/nginx-rs.yml -------------------------------------------------------------------------------- /atir-nayab/replicaSet/orphan.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/replicaSet/orphan.yml -------------------------------------------------------------------------------- /atir-nayab/services/nginx-svc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/services/nginx-svc.yml -------------------------------------------------------------------------------- /atir-nayab/services/svc.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/atir-nayab/services/svc.yml -------------------------------------------------------------------------------- /day4/day4.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/day4/day4.txt -------------------------------------------------------------------------------- /devops-roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/devops-roadmap.md -------------------------------------------------------------------------------- /sri-mani-vinay/Day1/Day1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/sri-mani-vinay/Day1/Day1.md -------------------------------------------------------------------------------- /sri-mani-vinay/Day2/day2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/sri-mani-vinay/Day2/day2.md -------------------------------------------------------------------------------- /sri-mani-vinay/Day3/day3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/sri-mani-vinay/Day3/day3.md -------------------------------------------------------------------------------- /sri-mani-vinay/Day4/day4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/sri-mani-vinay/Day4/day4.md -------------------------------------------------------------------------------- /sri-mani-vinay/Day5/day5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/sri-mani-vinay/Day5/day5.md -------------------------------------------------------------------------------- /sri-mani-vinay/Day6/day6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saiyam1814/DevOpsRoadmap2022/HEAD/sri-mani-vinay/Day6/day6.md -------------------------------------------------------------------------------- /sri-mani-vinay/README.md: -------------------------------------------------------------------------------- 1 | I am Sri Mani Vinay 2 | --------------------------------------------------------------------------------