Re: Redesign of agricultural project with python django and next.js technologies.

2024-02-28 Thread Atik Shimul
I am interested. I am a Python and Django backend developer. Git hub Account: atikchanchal On Wed, Feb 28, 2024 at 9:27 PM Atik Shimul wrote: > I am interested. > > On Sunday, February 18, 2024 at 10:48:48 PM UTC+6 Jorge Bueno wrote: > >> The project: >> >> I am

Re: Redesign of agricultural project with python django and next.js technologies.

2024-02-28 Thread Atik Shimul
I am interested. On Sunday, February 18, 2024 at 10:48:48 PM UTC+6 Jorge Bueno wrote: > The project: > > I am working on an exciting project that I think you may be interested in. > It is an online marketplace, similar to the US farmers and livestock > markets, but with a strong online focus. T

Re: Makemigrations and migrate for already existing database

2021-06-04 Thread OSA-33 SyCS Atik Rangnekar
It think the problem is there is null values/bytes On Fri, 4 Jun, 2021, 6:28 pm Ankita Sharma, wrote: > Hello All > Hope all are doing great. > The issue is as follows: > I have already existing 2 MSSql databases from which I have migrated > required tables into models.py > Now I am not able to

Re: Please help

2021-05-26 Thread OSA-33 SyCS Atik Rangnekar
Are you expecting javascript in python On Thu, 27 May, 2021, 2:14 am sourav panja, wrote: > Field 'id' expected a number but got > > How to solve this problem > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this gr

Re: I was all new to django.could anyone helpme out with that.

2021-05-26 Thread OSA-33 SyCS Atik Rangnekar
Try YouTube :- telusko ,pyplane For programming :- code wars On Wed, 26 May, 2021, 9:11 pm Sushmanth reddy Mereddy, < sushmanthreddymere...@gmail.com> wrote: > hi all, I am a student at Amrita Vishwa vidyapetam . I am all new to > python, I just knew some basics of python. I was totally confused

Re: Multiple app css,html, javascript,img

2017-02-17 Thread Kazi Atik
; users/ > static/ > css/ > style.css > > > On 17.02.2017 08:15, Kazi Atik wrote: > > Hi Everyone, > > I am having multiple app in my project so i want to make globally these > css, js,img folder because every time making css,js,img folder very

Multiple app css,html, javascript,img

2017-02-16 Thread Kazi Atik
Hi Everyone, I am having multiple app in my project so i want to make globally these css, js,img folder because every time making css,js,img folder very difficult and slowing my development of my project please give me solution myfb users/ __init__.py models.py views.py

Re: Pagination is not showing and also not working

2017-02-14 Thread Kazi Atik
On Monday, February 13, 2017 at 1:03:23 AM UTC+5:30, Kazi Atik wrote: > > here is my views/ > > from django.contrib.auth.models import User > > from django.core.paginator import Paginator,EmptyPage, PageNotAnInteger > from friends.models import Friendship,UserProfile >

Pagination is not showing and also not working

2017-02-12 Thread Kazi Atik
here is my views/ from django.contrib.auth.models import User from django.core.paginator import Paginator,EmptyPage, PageNotAnInteger from friends.models import Friendship,UserProfile from django.http import HttpResponse, HttpResponseRedirect, Http404 from django.shortcuts import render def das

Re: PhpMysql how to use in django

2017-02-06 Thread Kazi Atik
; Django is Python. > > On Monday, February 6, 2017 at 9:39:49 AM UTC-5, Kazi Atik wrote: >> >> >> Hi i am from php background i want use Phpmyadmin mysql database for >> django database >> so i want to know how to integrate this in django kindly please bri

PhpMysql how to use in django

2017-02-06 Thread Kazi Atik
Hi i am from php background i want use Phpmyadmin mysql database for django database so i want to know how to integrate this in django kindly please brief me the step

creating models but its not showing in db

2017-01-31 Thread Kazi Atik
Hi i am creating a table in my model but its not showing in my sqlite.db files i also run migrate command and makemigration Here is my code from django.db import models

Django using Netbeans

2016-12-25 Thread Kazi Atik
I just want to know can be work with django using Netbeans. if it is possible can anyone tell how to set environment ? please help me out. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Linking css file to the template

2009-06-29 Thread atik
I am working on a simple django project. I have tried to link the css file, but it's not working. If i run the html template directly, then it's ok. but if i run the server, then its not working. What to do? --~--~-~--~~~---~--~~ You received this message because yo

Getting started with django

2009-06-29 Thread atik
I have some basic of python(functional part and also very basic of oop part), but don't have other knowledge. I would like to start with django. So, what more is required to getting started with django so that i can grasp all the concept and can be proficient with django. Also is there any way to

Re: Django custom ManyToManyField widget

2009-05-06 Thread atik
I need help. Is it possible? Plz help me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send e

Django custom ManyToManyField widget

2009-05-06 Thread atik
When i create a ModelForm from a Model with a ManyToManyField in it, the default widget creates a select drop down with all the foreign key objects in it. I want to replace the widget with a textarea with a comma separated list of names.How can i do this? I am using django 1.02. Plz help me. --~

Re: Running django on a web hosting account

2009-04-06 Thread atik
Is there any free hosting site that provide django support? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from

Running django on a web hosting account

2009-04-06 Thread atik
So i have created a django project and now want to run it in my hosting accounct. What is needed to do? I mean what should they provide or what should i need to install there? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

Re: Pinax with django

2009-04-05 Thread atik
sorry i posted on wrong site. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to dja

Re: Pinax with django

2009-04-05 Thread atik
The document doesn't make so much sense. Plz help me to how can i start. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsu

Pinax with django

2009-04-05 Thread atik
I know this is for Pinax users group. But that group is not so active as this and i am not getting response. i have created a django project successfully and then create a directory within the project and put the files extracted from the pinax 0.5.1. When i have tried to run the command- python ma

Re: Beginner's Help needed

2009-04-05 Thread atik
Ok. Again Thanks. I will do it. Can i combine django application with PHP? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To un

Re: Beginner's Help needed

2009-04-05 Thread atik
Thanks! That is solved. Another Question. I can only run project at development server. How to run on apache? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Beginner's Help needed

2009-04-05 Thread atik
here is my urls.py file- from django.conf.urls.defaults import * urlpatterns = patterns('', (r'^polls/$', 'mysite.polls.views.index'), (r'^polls/(?P\d+)/$', 'mysite.polls.views.detail'), (r'^polls/(?P\d+)/results/$', 'mysite.polls.views.results'), (r'^polls/(?P\d+)/vote/$', 'mys

Beginner's Help needed

2009-04-05 Thread atik
Hello! I am new to django and using version 1.0.1. I have done some basics shown on official tutorials. I have a question: Every thing is quite ok to me except that when i have come through part two of the tutorial (a admin site) it gives me admin interface. But after finishing part three and four

Re: No module named admin.site.urls

2009-04-03 Thread atik
Thanks. That works. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+

Re: No module named admin.site.urls

2009-04-03 Thread atik
Thanks both of you. @Rosemarie It doesn't work. @Alex I use the latest stable version 1.0.2. Plz do something so i can do it successfully. I have trying this tutorial http://docs.djangoproject.com/en/dev/intro/tutorial02/#intro-tutorial02 And problem is with "Active Admin Panel". Plz help. --~--~-

No module named admin.site.urls

2009-04-03 Thread atik
hi! I am new to dijango and i have the tutorial of official release is helping me. while part 1 of the tutorial is done nicely, but when i have tried to part 2, that is Activate the admin site, i have be getting hard time. It is telling me No module named admin.site.urls. I have configured urls.py