Skip to content

Instantly share code, notes, and snippets.

View sagar-birr's full-sized avatar

Sagar Chand Agarwal sagar-birr

View GitHub Profile
@sagar-birr
sagar-birr / privacy_policy.md
Created September 18, 2023 11:26
privacy_policy

Privacy Policy

Last Updated: September 18, 2023

Welcome to our ApnaStore ("App"). We value your privacy and are committed to protecting your personal information. This Privacy Policy is designed to help you understand how we collect, use, disclose, and safeguard your sensitive user and device data when you use our App. By using the App, you consent to the practices described in this Privacy Policy.

1. Information We Collect

a. Personal Information: We may collect personal information such as email address you create an account or contact us for support.

Implementing a monorepo in Flask involves organizing multiple Flask applications or services within a single repository. This can be beneficial for managing related projects together, sharing common code, and simplifying development workflows. Below, I'll outline the steps to set up a monorepo for Flask applications:

  1. Project Structure: Create a top-level directory for your monorepo. Inside this directory, you'll organize multiple Flask applications or services as separate subdirectories. For example:

    monorepo/
    ├── app1/
    │   ├── app.py
    

│ └── ...

We can make this file beautiful and searchable if this error is corrected: It looks like row 7 should actually have 15 columns, instead of 4 in line 6.
EmployeeId,LastName,FirstName,Title,ReportsTo,BirthDate,HireDate,Address,City,State,Country,PostalCode,Phone,Fax,Email
1,Adams,Andrew,General Manager,,1962-02-18 00:00:00,2002-08-14 00:00:00,11120 Jasper Ave NW,Edmonton,AB,Canada,T5K 2N1,+1 (780) 428-9482,+1 (780) 428-3457,andrew@chinookcorp.com
2,Edwards,Nancy,Sales Manager,1,1958-12-08 00:00:00,2002-05-01 00:00:00,825 8 Ave SW,Calgary,AB,Canada,T2P 2T3,+1 (403) 262-3443,+1 (403) 262-3322,nancy@chinookcorp.com
3,Peacock,Jane,Sales Support Agent,2,1973-08-29 00:00:00,2002-04-01 00:00:00,1111 6 Ave SW,Calgary,AB,Canada,T2P 5M5,+1 (403) 262-3443,+1 (403) 262-6712,jane@chinookcorp.com
4,Park,Margaret,Sales Support Agent,2,1947-09-19 00:00:00,2003-05-03 00:00:00,683 10 Street SW,Calgary,AB,Canada,T2P 5G3,+1 (403) 263-4423,+1 (403) 263-4289,margaret@chinookcorp.com
5,Johnson,Steve,Sales Support Agent,2,1965-03-03 00:00:00,2003-10-17 00:00:00,7727B 41 Ave,Calgary,AB,Canada,T3B 1Y7,1 (780) 836-9987,1 (780) 836-9543,steve@chinookcorp.com
6,Mitchell,Michael,IT Manager