I hereby claim:
- I am nasimuzzaman-nasim on github.
- I am na5im (https://keybase.io/na5im) on keybase.
- I have a public key ASD6YYg9Ov_gOKq4dQtZPpdhYxSnF7p7bbc0YIf2ZUUMZwo
To claim this, I am signing this object:
/* Nasim */ | |
#include<iostream> | |
#define re(n) for(int i=0;i<n;i++) | |
using namespace std; | |
int Bs(int arr[],int l,int r,int x) | |
{ | |
int mid; |
I hereby claim:
To claim this, I am signing this object:
https://realpython.com/blog/python/asynchronous-tasks-with-django-and-celery/
$ pip install celery
$ sudo apt-get install rabbitmq-server
{ | |
"Version":"2012-10-17", | |
"Statement":[ | |
{ | |
"Sid":"PublicRead", | |
"Effect":"Allow", | |
"Principal": "*", | |
"Action":["s3:GetObject","s3:GetObjectVersion"], | |
"Resource":["arn:aws:s3:::YOUR_BUCKET_NAME_GOES_HERE/*"] | |
} |
#s3_setup | |
STATIC_URL = '/static/' | |
if LOCAL: | |
STATICFILES_DIRS = [ | |
os.path.join(BASE_DIR, 'static_local'), | |
] | |
else: | |
AWS_ACCESS_KEY_ID = config('AWS_ACCESS_KEY_ID') | |
AWS_SECRET_ACCESS_KEY = config('AWS_SECRET_ACCESS_KEY') | |
AWS_STORAGE_BUCKET_NAME = 'bd-mart' |