₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,330,428 members, 8,445,442 topics. Date: Wednesday, 15 July 2026 at 05:30 AM

Toggle theme

Kensmoney's Posts

Nairaland ForumKensmoney's ProfileKensmoney's Posts

1 2 3 4 5 6 7 (of 7 pages)

ProgrammingRe: Django Developer Plz Help by kensmoney(op):
Daejoyoung:
What of your models.py, that's usually the main thing when it comes to the database, also did you perform your migrations successfully?
this is my mode.py
class Record (models.Model):
id = models.IntegerField(default=0, primary_key=True)
name = models.CharField(max_length=100)
product = models.CharField(max_length=100)
price = models.CharField(max_length=100)
description = models.CharField(max_length=100)
ProgrammingDjango Developer Plz Help by kensmoney(op): 1:54pm On Jul 20, 2019
Good guys!!
i am new in django, i am trying to save data to db but is not saving.
this is the my view.py

from django.shortcuts import render
from .models import Record
def Create(request):
data = Record()
if request.method == "POST":
data.name = request.POST.get("name" )
data.product = request.POST.get("product" )
data.price = request.POST.get("price" )
data.description = request.POST.get("description"wink
data.save()
return render(request, "html/home.html" )
THIS IS MY HTML FILE
<form class="myform" action="create/" method="POST">
<h1> Add Records </h1>
{% csrf_token %}
<div class="container">
<label role="name">name</label>
</div>
<div>
<input type="text" id="name" name="name">
</div>
<div class="container">
<label role="description">product</label>
</div>
<div>
<input type="text" id="product" name="product">
</div>
<div class="container">
<label role="price">price</label>
</div>
<div>
<input type="text" id="price" name="price">
</div>
<div class="container">
<label role="description">description</label>
</div>
<div>
<input type="text" id="description" name="description">
</div>
<div class="container">
<button type="submit" class="btn"> Save </button>
</div>

</form>
Jobs/VacanciesRe: Urgent Recruitment by kensmoney(m): 4:38pm On Jun 09, 2019
Learn programming (HTML, CSS and JavaScript) and tank me later
Jobs/VacanciesRe: Andela: IT Training And Job by kensmoney(m): 4:02pm On Jun 01, 2019
YorubaEmir:
If you post your number here without quoting me, it means you expect me to always come back here every time to check if there are new numbers posted. So if you do that without mentioning/quoting me, I might not open this thread for 2 years. tongue
Plz add me 07038034761
ProgrammingRe: Hire Qualified Devs And Get A Job As A Developer Here!!!!!! by kensmoney(m): 7:37am On May 19, 2019
For the past 10 months that I sign up, I have been applying for Junior full stack developer, I HV not gotten any invitation for interview, I have done all the necessary things, my profile is up to date. Wat is going on @ getdev
ProgrammingRe: Opportunity by kensmoney(m): 7:02pm On Apr 29, 2019
Can a junior developer apply for this opening?
ProgrammingRe: Full Stack Developer Vacancy by kensmoney(m): 6:58pm On Apr 29, 2019
[quote author=daisy1 post=77940841]As a Fullstack engineer in our team, you are responsible for building, deploying, and maintaining products(websites/mobile apps) from end to end. You will be responsible for making our UI element interactive, building secure and scalable applications from front-end end to back-end. You are expected to understand working with rough sketches, be naturally creative and edit frontend, as well as with sound experience and expertise in backend

Technology requirement: HTML, CSS, Javascript, NodeJS, PHP.

Pay is attractive and candidate must reside in Lagos state.

Please send CV and links to previous work done to recruitment@velvetruemedia.com

You are free to apply if you know your onus but you haven't had the opportunity to creatively use your skill.


Good day op,
I HV only one yr experience as a fullstack developer, the projects that I HV completed recently includes crud app and gp calculator. but I am looking for an opportunity to enhance my performance. My tech stack includes HTML, css, bootstrap, JavaScript, react js, nodejs , python, flask.

Pls can I apply?
ProgrammingRe: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by kensmoney(m): 6:49am On Apr 25, 2019
[quote author=Dthinkerman post=77824544]Locate "Terminal" on VS Code and open it. Then each time you need to run your code, save the changes first and then on the terminal, type the Python version you are using, followed by a space, followed by the name of the file you want to run, on which you have written your code. For instance, if you are using Python 3 and the name of file is hello.py then type "python3 hello.py" then slab the Enter key.

This method is the best, learn how to use CMD, it will help u when start developing large App
ProgrammingRe: How Can I Set Up Or Run My Python IDE On VS Code On Windows 8 by kensmoney(m): 6:47am On Apr 25, 2019
,
Jobs/VacanciesRe: Andela: IT Training And Job by kensmoney(m): 4:51am On Apr 08, 2019
I use =>
color: #fff;
Still getting d same error

Plz help
Jobs/VacanciesRe: Andela: IT Training And Job by kensmoney(m): 9:20pm On Apr 07, 2019
Still having the same issue, HV have pass DAT stage should plz help
Jobs/VacanciesRe: Andela: IT Training And Job by kensmoney(m): 1:25pm On Apr 06, 2019
[quote author=conquerorsword post=77311104]Guys please help, i am on the preliminary assesment test, the app is not displaying, and my codes are not being saved, I've done everything I do. And my time is going.


Same here ooo
Jobs/VacanciesRe: Andela: IT Training And Job by kensmoney(m): 8:16am On Apr 06, 2019
trixandra:
The task is quite long. Building out the UI.
Try refreshing and click on number 1. instructions should open.
HV u done urs? If yes share ur experience,
Jobs/VacanciesRe: Andela: IT Training And Job by kensmoney(m): 8:16am On Apr 06, 2019
trixandra:
The task is quite long. Building out the UI.
Try refreshing and click on number 1. instructions should open.
HV u done urs?
Jobs/VacanciesRe: Andela: IT Training And Job by kensmoney(m): 8:15am On Apr 06, 2019
Iretii0511:
I did that severally but nothing happens.
Please do you know what the question is? I mean, what am I suppose to do?
U need to login with ur github account , in order to get started
Jobs/VacanciesRe: Andela: IT Training And Job by kensmoney(m): 6:22am On Apr 06, 2019
Has anyone started taking the Homestudy test?
Has your challenge one passed?[/quote]my own hv not pass ooo, i followed their instruction still d same
Jobs/VacanciesRe: Andela: IT Training And Job by kensmoney(m): 6:20am On Apr 06, 2019
Has anyone received the interview challenge? Cycle 44

yes, i just started my own now
hv u done urs?
ProgrammingRe: Javascript String Split Example Using Split() Method by kensmoney(m): 8:44pm On Mar 26, 2019
jstutorials:
the application area is front-end, you an use this method for any web application which are using javascript.
. u can use it at backend aswell when can we use it at d frontend?
ProgrammingRe: Javascript String Split Example Using Split() Method by kensmoney(m): 1:01pm On Mar 24, 2019
What is d application area of split()
ProgrammingRe: Programming Tutor by kensmoney(m): 8:45pm On Mar 20, 2019
Who can tutor someone react js? What's me 07038034761
ProgrammingRe: I Need A Python Code by kensmoney(m): 8:33pm On Mar 20, 2019
What exactly do u want to do with d code? Define ur problem correctly
ProgrammingRe: Why Python & Django Are Your Top Choice For Web Development by kensmoney(m): 10:01pm On Mar 15, 2019
dauddy97:
good morning, I think I am in the right track to ask this question. I have been learning Django over the weeks now. I found everything simple and easy, the problems I am have are:
1. How to collect Data from the users
2. How Users can modify /edit their Datas
3. How to Delete the users can delete their datas.
Kindly shed more lights on these for me.
Though I don't HV experience in django, I hv used flask in many project, use template engine to render ur data, then query users table (user class instance) by id

In flask is done like dis =>
@app.route("/Edith/<int:id>", methods=["POST"])>
def Edith(id):
If request =="post":
// do ur query


However u can check d doc for better explanation
Jobs/VacanciesRe: Andela: IT Training And Job by kensmoney(m): 5:44am On Feb 13, 2019
Anyone who HV done his/her own should share experience CUS DAT first challenge is giving error
Jobs/VacanciesRe: Andela: IT Training And Job by kensmoney(m): 5:42am On Feb 13, 2019
VIVIACHRIS:
Please, for this ist assessment, how many challenges are we to answer? because I can see 1 of 3 challenges but no button to move to next challenge
I think is 3 challenge. HV u completed urs?
Jobs/VacanciesRe: Andela: IT Training And Job by kensmoney(m): 6:37pm On Feb 12, 2019
I am trying to do d first challenge but iam getting

THE ERROR

YOUR SELECT ELEMENT NEEDS TO HAVE AN OPTION THAT HAVE
NO VALUE ATTRIBUTE, IS SELECTED BY DEFAULT AND DISABLED


My HTML code

div class="select select-currency">
<select class="select-text">
<option value="" hidden required > Choose Currency </option>
<option value="USD" > USD </option>
</select>
</div>
<button type="submit" class="btn" value="Convert"> Convert </button>
Plz help
ProgrammingRe: Visual Basic School Assignment by kensmoney(m): 4:34pm On Jan 14, 2019
I could HV done it for u but I don't HV VB compiler. But try and learn how to use if statement, if else or case . U can still make use of google. Hapyy coding
ProgrammingRe: Built A To-do-list Web App With Django And Bootstrap. by kensmoney(m): 9:03am On Jan 14, 2019
Nice one bro, u need to add validation to prevent it from submitting empty form
ProgrammingRe: Jave Script Or PHP by kensmoney(m): 8:09am On Jan 02, 2019
mikezuruki:
Hello Everyone. Happy new year.

I started off my journey in programming with python last month, and so far, it has been really good experience.

With my little experience so far, I've come to know that every programming language has its advantage over others in its unique way.

Python for me is not the best option for Web development, so I'm in a cross road to seek advise from masters here as regards the subject above.

The option advised should be based on easier syntax, fast in running, interactive nature of the site, and the level of complexity in learning either one.

I would sincerely appreciate comments.

warm regards!
Go for JavaScript, is like using one stone to kill two bird
ProgrammingRe: Jave Script Or PHP by kensmoney(m): 8:06am On Jan 02, 2019
[quote author=webapi post=74366258]Javascript and php serves two different purposes. JS is client side while php is server side. You cannot directly perform a CRUD in database using just JS. Php works with server. Meaning you must either be on local server or live server but JS can work on browser without a server... So to answer you question, Learn both but one after the other.[/qu


With this ur comment i will assume dat u are not a developer .
JavaScript is perfect for web, ranging from front end to back end, front end( vue, angular, react etc) back end(node js)
There are a lot of JavaScript framework u can use for web/ mobile development

1 2 3 4 5 6 7 (of 7 pages)