inchidi
No!!! Still when I minimize the browser the span does not collapse the menu navbar
why? its pretty easy, you just need 1 hour to read about html and then just copy paste from example code and make it looks like what you want
inchidi
at least you need to understand what is <head> tag and <body> tag . you cant put your body at your head 😕
Val
at least you need to understand what is <head> tag and <body> tag . you cant put your body at your head 😕
I do now. At least from my understanding the bootstrap links from the code above are in the <head> tag and i put the navbar code in the <body > is that not good practice?
Val
yeah, you can put your stylesheet in head and everything in the body
that is exactly what i did but when i reduce the size of the browser, the site becomes responsive but the <span> tag seems not to be working because it is not collapsing my menu navbar
Val
https://pastebin.com/D3UTS6Ng
Val
maybe you can see what i am doing wrong
inchidi
can you give me your style.css or just screenshoot the result?
Val
okay
inchidi
no i mean screen shoot your web page
Val
this ???
inchidi
thats your navbar in maximized browser?
Val
thats your navbar in maximized browser?
no that is my narbar in 320 x 480 resolution so its minimised
Val
that is the full navbar
Django Bot
>> Blogs - Ask Vitor #4: WordPress or Self-Made Blog?
inchidi
that is the full navbar
try add jquery and bootstrap.min.js before close body tag (</body>) <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
Val
it works fine. what did you do please some little explanation would be nice. what was i doing wrong?😀 ? 😀
Anonymous
Why are all front end developers assholes?
Val
Why are all front end developers assholes?
why will you say that😞😕😐
Anonymous
Not pointing you though
Lapanit ☃️
Anonymous
Lapanit ☃️
i mean, given that im not one, I cant feel offended
inchidi
Why are all front end developers assholes?
haha why? maybe because most ppl think front end==design not coding
inchidi
whats a front end developer?
ppl who who work with user interface 🤔
Val
haha why? maybe because most ppl think front end==design not coding
Front end developer code too learning django as given me another look at python
Anonymous
Front end people are faggest people
Anonymous
Well, full stack developer are better
Lapanit ☃️
im not fullstack
Val
Well, full stack developer are better
Who is a full stack developer to you?
Anonymous
Front and bachend
inchidi
im not fullstack
i think you work with front end and backend but not devops
Lapanit ☃️
I fix problems you didn't know existed, in ways you couldn't possibly understand, using software you wouldnt guess can be used in that way
Lapanit ☃️
Im writing JS Code RN, I hate JS, I dont even know JS
inchidi
Front and bachend
devops part of fullstack too imo
Lapanit ☃️
Im also the guy who point out mistakes to Devs
inchidi
🤔 software engineer?
Lapanit ☃️
like when they say: “Hey X is ready just dont push the red button” “You mean I dont push THIS RED BUTTON” *pushes red button, and take notes of what happens*
Anonymous
😂
inchidi
lol
Anonymous
Dealing with non developers it's difficult
Anonymous
When, you're following a certain standards
Anonymous
And management wants to fuck up everything
Anonymous
I want that feature, it's good for market
Anonymous
I want that feature, it's good for market
But, dude it will compromise security and performance
Anonymous
Have somebody use Celery? I use it on Django, I make a task, and i check it's result .I found result's status is SUCCESS. But my task's code is not executed. Please tell me why. Hope
Anonymous
What exactly is celery used for?
Anonymous
User request my view, then execute a task
Anonymous
The second picture is my task
Django Bot
>> Blogs - Fastest *local* cache backend possible for Django
Anonymous
guys do I have to include the hashing algorithm table in djngo settings?
Val
hello guys i am trying to create a registration/login form on my django but after inputting the codes i keep getting that error please what am i doing wrong. below is my views.py codes
Val
https://pastebin.com/wFU9Bxev
Anonymous
Love django
.
Evening every body
.
I am starting development with Django
inchidi
inchidi
#starterpack
Group Butler
#starterpack
New to Django? here is some resource to start Official docs tutorial Step by step tutorial Video tutorial Another video tutorial Books Django by Example Tango With Django
inchidi
https://pastebin.com/wFU9Bxev
looks like the mistake is not here, its at UserForm and lastname looks like must be last_name and first_name
inchidi
guys do I have to include the hashing algorithm table in djngo settings?
yeah you put it at settings https://docs.djangoproject.com/en/1.11/topics/auth/passwords/#how-django-stores-passwords
Anonymous
Добрый вечер
Lapanit ☃️
ingurish please
Anonymous
Good evening
Val
ingurish please
David please answer my question in the other group 😊😊
Anonymous
ingurish please
Guide for that language?
Lapanit ☃️
learn ingurish the hard way vol 1
Django Bot
>> Blogs - A Minimal Django Application