inchidi
at least you need to understand what is <head> tag and <body> tag . you cant put your body at your head 😕
inchidi
inchidi
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
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
Val
it works fine. what did you do please some little explanation would be nice. what was i doing wrong?😀 ?
😀
inchidi
Anonymous
Why are all front end developers assholes?
Val
Val
Anonymous
Not pointing you though
Lapanit ☃️
Anonymous
Lapanit ☃️
i mean, given that im not one, I cant feel offended
inchidi
Anonymous
Front end people are faggest people
Lapanit ☃️
Anonymous
Well, full stack developer are better
Lapanit ☃️
im not fullstack
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
Davo
inchidi
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
Val
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
.
Val
Anonymous
Добрый вечер
Lapanit ☃️
ingurish please
Anonymous
Good evening
Lapanit ☃️
learn ingurish the hard way vol 1
Val
Django Bot
>> Blogs
- A Minimal Django Application