Anonymous
Aji Pratama
Nhah i agree with that. I was join site like freelancer & upwork but i know its so hard to get job
Anonymous
I saw some jobs offers in stackoverflow, too much things required
Aji Pratama
Hmm i know.. i just started my first job as django dev April this year, so i know i am not good enough to get job in upwork & freelancer
Anonymous
Something like full stack developer with 5 years experience
Anonymous
Anonymous
Aji Pratama
Hmmm i think i should get more experience
Anonymous
Ofc
Anonymous
Yea,, Do it step by step. Pick the easiest 1st. Why you want to do a remote job ?
Aji Pratama
I want to work in beautiful place. Like any other capital city, Jakarta is not a good place, you know traffic jam, pulition, etc.. so many problem here
Anonymous
I think u must be quite happy with ur current job, django has no big demand in the market
Anonymous
Aji Pratama
Hmm i see,
Anonymous
Go wirh asp.net or php if u badly need remote job
Anonymous
Odoo.
Aji Pratama
I am enjoy with Django, so i want to deeply in Django, if i must move i think prefer to JS or Rails not PHP & ASP.
But i am enjoy with Django
Anonymous
Anonymous
Django is easier, more secure and has better community but the thing is that u should be realistic, the market is the market
Anonymous
Python is great. i code Django only 10 lines, then suddenly i get that 👆🏿
Anonymous
Pretty impressive
Vinicius Assef
Lapanit ☃️
Lapanit ☃️
Lapanit ☃️
Aji Pratama
Ok i see. Thank you
Anonymous
Anonymous
Anonymous
The same project I write in asp.net in week, I could write it in django in couple of day
Anonymous
exactly, like my 10 lines code,, :v i mean u cant code ASP on Linux,,
Anonymous
What about its compatibility ?
Anonymous
Coding and testing is just fine, but deploying is just pain
inchidi
so i think its part of your job to explain more about technology that user want to use for project as freelancer
inchidi
and dont forget that php dev is cheaper too
Lapanit ☃️
mysql in first place, awesome
inchidi
Lapanit ☃️
yes
Lapanit ☃️
6/7 last interviews I had, asked for SQL queries or scripts
Anonymous
inchidi
whY s0,,
all field charfield and https://pep8.org/#whitespace-in-expressions-and-statements
Anonymous
inchidi
inchidi
for example your user can give you invalid email input or your database can store invalid email data.
this.is.not@email@com is valid email in your model
Anonymous
this wouLd be a probLem$,, ? —> email = models.CharField(max_length = 100, blank = True) 🤔0w,, it's just a simple mini script, it's n0t a perfect, tY f0r youR correCti0n$,, 👍🏿
inchidi
then i recommend you to use python3 for new project
Anonymous
s0, what shouLd i put int0 iT,,? 🤔
Anonymous
i'm using 3, so havent meet that problems,, https://www.codepolitan.com/tutorial/membangun-aplikasi-mini-hrd-django-pengenalan-django-admin
Johan
Hi guys!
Anonymous
hi dude,,
Johan
First, i dont speak english, i'm sorry
I need allow upload audio files with determinated types, do you know how make this?
inchidi
inchidi
if yes then you can set validators to your costume validator function
inchidi
it will looks like this
music = models.FileField(upload_to='media/music', validators=[music_validator])
and the music_validator method is
def music_validator(value):
extension = extension_of(value.name) # get extension of file
ext = ['.mp3','.wav','.midi']
if extension not in ext:
raise ValidationError(_'this is not music file')
inchidi
Anonymous
inchidi
django website?
Johan
Anonymous
inchidi
lets stay on-topic
Anonymous
wh@t t0p!C,, 🤔
inchidi
this is django group
Anonymous
s0,,
R
s0,,
...So you should talk django.
Anonymous
inchidi
please dont attack personal, this is not necessary. we working on rules atm.
Lapanit ☃️
s0,,
can you at least write properly, I think i might develop dislexya if you keep writing like that
Lapanit ☃️
so is this a Django / Indonesian Group?
Aji Pratama
inchidi
aNd it'5 pers0n$,,
this group created as Django user group, keep in your mind that this is not any local group, be civil
Anonymous