Re: JOB

2023-10-15 Thread Dev Femi Badmus
Eyaaa -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: What to learn after Django, Node.js or React?1

2023-09-10 Thread Dev Femi Badmus
Do projects you will learn anbd know what to learn along the way? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To

WhatsApp Group

2023-06-25 Thread Dev Femi Badmus
https://chat.whatsapp.com/IVvrrF9Wq7OHWk5x4XNk9K -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this

Re: Ideas for Apps and Softwares.

2023-05-23 Thread Sukatu Abdullahi The Dev Issa
Have you also tried pickup a case study and working on it… like visiting hospitals and getting interactive with the stakeholders and analyzing their already existing systems, building on them or implementing a whole different solution. This sounds tedious but within a year you’ll be through. On

Re: Unable to write to database

2023-05-22 Thread Dev Femi Badmus
I have similar error is due to system permission are you running on Linux? chown www-data:www-data /home/username/project-folder chown www-data:www-data /home/username/project-folder/db.sqlite3 -- You received this message because you are subscribed to the Google Groups "Django users" group.

Re:

2023-05-12 Thread Dev Femi Badmus
Yes! But the framework is cool with many functions to make work easier also it’s light and easy to understand -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: django

2023-03-01 Thread Dev Femi Badmus
To make a user post visible only to that user i.e only to that same user that post it you do 1. {% if post.author == user %} My html post code 2. {% if post.author == user.id %} My html post code if ur post class use many to many field for author use no 1 else

Re: Need way of authentication with google without using an allauth packages

2023-02-28 Thread Dev Femi Badmus
google cloud auth or account auth, which one?? On Tue, Feb 28, 2023 at 8:21 AM MaheshKumar wrote: > I need how to create an google authentication without using the django > -allauth packages. > > > Please give me an idea to create an flow of authentication with google in > django > > -- > You

Re: How to retrieve the latest object added (new one) in Django models and display it in the template?

2023-02-28 Thread Dev Femi Badmus
all_action=ActionGame.objects.all() my_action = [] for action in all_action: my_action.append(action) last_action = my_action[-1] On Tue, Feb 28, 2023 at 1:05 PM Andréas Kühne wrote: > Se comments below. > > > Den fre 24 feb. 2023 kl 12:14 skrev Byansi Samuel < > samuelbyans...@gmail.com>:

Re: Admin foreign key widgets Dont quote Keys that the unicode of the Primary key (value=number) is a special character.

2023-02-13 Thread Dev Femi Badmus
https://chat.whatsapp.com/IVvrrF9Wq7OHWk5x4XNk9K On Wed, Feb 8, 2023 at 3:40 PM Oluwayemisi Ismail < ismailoluwayem...@gmail.com> wrote: > Hello everyone, > > I'm Working on a ticket, "Admin Foreign Key widgets don't quote keys". > When I reproduce the bug, I realized that the widgets quote

Re: Combining django apps

2022-10-25 Thread Dev Hs
When register app in config right all path to the app like “app1.app1a” On Tue, 18 Oct 2022 at 1:02 PM Jun Tanaka wrote: > > mysite/ > > manage.py > > config/ > > __init__.py > > settings.py > > urls.py > > wsgi.py > > app1/ > > app1a/ > >

Re: group

2022-09-28 Thread MKS DEV TEAM
Hello please can you add me +2250709430661 > On 28 Sep 2022, at 11:45, Adriano Machado wrote: > > please add me +5567992636781 > > Em qua., 28 de set. de 2022 às 08:23, bode moses > escreveu: > please add me +2347034510718 > > On Wed, Sep 28, 2022 at 7:42 AM Armaan

Re: how reploy the project on heroku stack-22 because some of old modules doesn't support,error is defined here

2022-09-26 Thread Dev Femi Badmus
let me see your requirements.txt On Mon, Sep 26, 2022 at 7:23 AM Abhinandan K wrote: > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to

Updated invitation with note: PYTHON SESSION @ Sat Jul 16, 2022 8pm - 8:30pm (IST) (Django users)

2022-07-16 Thread satyajitbarik . dev
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:Asia/Kolkata X-LIC-LOCATION:Asia/Kolkata BEGIN:STANDARD TZOFFSETFROM:+0530 TZOFFSETTO:+0530 TZNAME:IST DTSTART:19700101T00 END:STANDARD END:VTIMEZONE

Invitation: PYTHON SESSION @ Sat Jul 16, 2022 8pm - 8:30pm (IST) (Django users)

2022-07-16 Thread satyajitbarik . dev
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VTIMEZONE TZID:Asia/Kolkata X-LIC-LOCATION:Asia/Kolkata BEGIN:STANDARD TZOFFSETFROM:+0530 TZOFFSETTO:+0530 TZNAME:IST DTSTART:19700101T00 END:STANDARD END:VTIMEZONE

Re: POS Printer

2022-05-31 Thread Dev femibadmus
Nice On Tue, May 31, 2022 at 6:23 PM Paul Kudla (SCOM.CA Internet Services Inc.) wrote: > > ok a few zillion requirements > > You need something that will generate a pdf file and then send it to a > printer / email etc > > Basically Pillow libs needs to be installed to generate a pdf file > >

Re: Django email | Gmail | Outlook

2022-05-31 Thread Dev femibadmus
i have solved my issue using the gmailapi anyone having same issue?? On Mon, May 30, 2022 at 2:57 PM Dev femibadmus wrote: > Wow  thanks  so much Paul > > On Mon, May 30, 2022, 13:40 Paul Kudla (SCOM.CA Internet Services Inc.) < > p...@scom.ca> wrote: > >> >&

Re: Django email | Gmail | Outlook

2022-05-30 Thread Dev femibadmus
> > > > > > Happy Monday !!! > Thanks - paul > > Paul Kudla > > > Scom.ca Internet Services <http://www.scom.ca> > 004-1009 Byron Street South > Whitby, Ontario - Canada > L1N 4S3 > > Toronto 416.642.7266 > Main 1.866.

Auto Template Update

2022-05-30 Thread Dev femibadmus
fine! we can submit form with ajax, and update little tag b cant update all. *Instagram* auto update likes, new post, message or even notification without any event, even if a event itself action how possible to update differents post likes, notification blah blah blah blah blah..*How???*

Django email | Gmail | Outlook

2022-05-30 Thread Dev femibadmus
*Google* no longer support less seureappswhat next? is there anyway we can use gmail for Django email? if no way please send the best lesson for *Outlook* configuration :) -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: The SECRET_KEY setting must not be empty - os.environ.get('SECRET_KEY')

2022-03-01 Thread Dev femibadmus
Do u create the variable SECRET_KEY if no copy ur secret_key e.g "hdFgBv&$..." and create variable SECRET_KEY in ur env which could be or is ur hosting platform and give the value as ur secret_key On Sun, Feb 27, 2022, 21:19 Valdinia - Office wrote: > On W10 I defined an environment variable:

Re: migrations: "no changes detected"

2022-02-16 Thread Dev femibadmus
I have and solve this allot, after adding to ur model myapp run the following: >> python manage.py makemigrations myapp >> python manage.py migrate myapp num where num is the new migrations made u can see this when u open myapp/migrations the new file 000(n) is the num If this doesn't work try

Re: Static files not found

2022-02-13 Thread Dev femibadmus
U need to provide ur static Files dir Using os.path.join(BASR_DIR, "staticfiles") Also if u storing ur static file to cloud or any other host present ur STATICFILES_STORAGE="https://domain.com/location/folder; On Sun, Feb 13, 2022, 18:47 Serge Alard wrote: > To Ogunsanya Opeyemi : my Django

Re: Ongoing project

2022-02-05 Thread Dev Burna
You can message https://t.me/+InYy2EoKIKQxOWY0 Sent from my iPhone > On 5 Feb 2022, at 4:39 PM, Sarwar Zahan wrote: > > Is this project completed? If so then can we get the source code? > >> On Saturday, 26 December 2020 at 23:54:52 UTC+6 sgsmri...@gmail.com wrote: >> I am interested too. >>

Django cache template

2022-02-02 Thread Dev femibadmus
How do I not allow Django to cache template, data doesn't change until several refresh have used @never_cache and cache_control doing everything well but still not working On Tue, Feb 1, 2022, 08:59 Mariusz Felisiak wrote: > Details are available on the Django project weblog: > >

Re: web page blank

2022-02-02 Thread Dev femibadmus
Is it working fine for you? If not url blog/home.html? On Wed, Feb 2, 2022, 08:08 Sebastian Jung wrote: > Hello, > > Please try: > > context = { > 'posts': post > } > > 'Delvin Alexander' via Django users > schrieb am Mi., 2. Feb. 2022, 06:59: > >> Hello everyone, >> >> I am

Django Multi user field issue

2021-12-21 Thread GCiTek Dev
class User(AbstractBaseUser, PermissionsMixin): id = models.UUIDField(primary_key=True, default=uuid.uuid4, editable=False) email = models.EmailField(_('email address'), blank=True, null=True) mobile = models.CharField(_('mobile'), unique=True, max_length=20) first_name =

Django Chat Application

2021-11-29 Thread GCiTek Dev
Can i get best package or refrences for chatboat & chatbox -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view

Re: Django bugfix release: 3.2.8

2021-10-05 Thread Dev femibadmus
Ok On Tue, Oct 5, 2021, 9:01 AM Carlton Gibson wrote: > Details are available on the Django project weblog: > > https://www.djangoproject.com/weblog/2021/oct/05/bugfix-release/ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: Djongo 1.3.6

2021-09-17 Thread Dev femibadmus
maybe in ur model where a column as empty parameters, give null=True On Thu, Sep 16, 2021, 6:46 PM Hour of Glory wrote: > Check your model table very well, I'm sure is from there > > On Sat, Sep 4, 2021, 10:19 AM Dtr Prasad wrote: > >> in my new project, >> when i tried to migrate i.e python

Re: hi

2021-09-14 Thread Dev Burna
Hello Sent from my iPhone > On Sep 14, 2021, at 2:43 PM, Jonathan MBADOU wrote: > > hi > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to

Re: Message communication in both Text and Email

2021-07-19 Thread dev burna
Hi, i can provide you solutions, here is my website https://devburna.com On Sunday, July 18, 2021 at 11:02:58 PM UTC+1 ram.mu...@gmail.com wrote: > Hi, > > We are planning to implement messaging functionality similar to WhatsApp. > That means WhatsApp allows users to send messages using a

Re: Email Form with attachments

2021-07-14 Thread khokon dev
fasfas On Monday, July 5, 2021 at 3:35:30 AM UTC+6 guitard...@gmail.com wrote: > Attachments need to be written to mail headers using MIME. > > This article gives a good breakdown > https://stackoverflow.com/questions/1633109/creating-a-mime-email-template-with-images-to-send-with-python-django

Re: CSS not linking with HTML

2021-05-29 Thread Dev Burna
How? Sent from my iPhone > On 28 May 2021, at 7:38 PM, sukhy gill wrote: > > Dear Frnds > I am unable to link CSS with HTML > HTML working but CSS not working inside the .html file with the help of LINK > in tag > > I am using thefollowings:- > Setting.py -

Re: Deploy Django project on AWS EC-2

2021-03-18 Thread Dev Joshi
This might help you . https://youtu.be/u0oEIqQV_-E Thanks Dev Joshi On Thu, 18 Mar 2021, 9:08 pm Mr. X Offencer, wrote: > Hey can anybody help me to Deploy Django Project on Aws. > > -- > You received this message because you are subscribed to the Google Groups > "

Re: A very easy problem that I couldn't figure it out! PLEASE HELP^^

2021-03-08 Thread NB DEV
'django.contrib.auth.context_processors.auth', > 'django.contrib.messages.context_processors.messages', > ], > }, > }, > ] > > sclub is my project and appsclub is my App > > > > > > Gabriel Araya Garcia > GMI -

Re: Incomprehension

2020-11-12 Thread LN Dev
Bonjour vous déjà déjà maîtriser python Il gio 12 nov 2020, 4:27 PM Vanelle ha scritto: > bonjour, svp je suis nouvelle et j'aimerais que vous me donniez quelques > astuces pour apprendre django > > -- > You received this message because you are subscribed to the Google Groups > "Django users"

Re: Looking for offline messaging sample app

2020-01-07 Thread Dev Joshi
Well, I am also new to django. I have made an app that is like a mail service( Not totally but you can exchange messages). So you can look at the repo on github for reference. I AM STILL UPDATING THIS PROJECT SO DON'T EXPECT IT TO BE TOTALLY BUG FREE. Github Repo :-

how to run a function from a link withing popup modal bootstrap with django

2019-10-14 Thread leb dev
I have a django project that includes a popup modal where the modal has tabs as links one of these tabs once the user clicked it must perform a function and retrieve data from the database. The problem is that once the user clicked the tab nothing happen as is the function isn't initialize.

how to retrieve data from database using raw SQL not django ORM

2019-10-14 Thread leb dev
0 I have a django project that is connected to SQL server database and when i tried to click button to retrieve data from the database the system crash . i am trying to convert the below syntax in ORM into raw sql: dbEntry = Person_.objects.get(pk =pk) Note : *I am not using ORM* once i

django print all record in the cmd but display the last one on template

2019-10-11 Thread leb dev
i have a function that retrieve data from sql server database where i am using **fetchall()** then for loop the retrieved data are all printed on the **cmd console** but when i tried to display these result on the template it **only display the last record**. views.py def

Re: HOW TO DISPLAY THE COLLAPSED DATA IN CARD using django and bootstrap

2019-09-28 Thread leb dev
js and bootstrap files are loaded correctly. On Saturday, September 28, 2019 at 10:56:41 AM UTC+3, leb dev wrote: > > I have a django project that includes cards where each card contains a > collapse that will hide or show the data. > > Problem is once i do a **foreach loop** t

HOW TO DISPLAY THE COLLAPSED DATA IN CARD using django and bootstrap

2019-09-28 Thread leb dev
I have a django project that includes cards where each card contains a collapse that will hide or show the data. Problem is once i do a **foreach loop** the cards appear but the collapse is not working and doesn't display any data. I used the below steps: create function in views.py

Re: where is the error in pagination?

2019-09-25 Thread leb dev
t;> >> >> >> On Wednesday, September 25, 2019 at 2:39:16 PM UTC+3, laya Mahmoudi wrote: > > Would you send your html codes relating to pagination > > در تاریخ چهارشنبه ۲۵ سپتامبر ۲۰۱۹،‏ ۱۵:۰۳ leb dev > نوشت: > >> i tried your answer and display a

Re: where is the error in pagination?

2019-09-25 Thread leb dev
i tried your answer and display an error : That page number is not an integer -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: where is the error in pagination?

2019-09-25 Thread leb dev
no i am using function based views -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web

where is the error in pagination?

2019-09-25 Thread leb dev
i have a django project and it includes pagination i do not know where is the error in my code but once i tired to go to the next or previous page it crash and display the below error : > can only concatenate str(not ""NoneType) to str query=request.GET.get("search")

how to use django pagination with sql query and not ORM

2019-09-24 Thread leb dev
I now how to use django pagination with ORM django after filtering the required data and put in into *pagination div* *queryset_list = employee.objects.all()* *query=request.GET.get("q")* *if query:* *queryset_list=queryset_list.filter(* *

How to retrieve data from MS SQL using wildcard with LIKE

2019-09-19 Thread leb dev
I have a django project that is connected to MS SQL using **pyodbc**. I am able to connect and retrieve data. But the problem is when i tried to filter the data on multiple fields using **WHERE & LIKE** the system crash crash and display the below error. > 'tuple' object has no attribute

how to use sql select query with pyodbc and django ?

2019-09-18 Thread leb dev
i have a django code that connect to sql server database and i am trying to select values using *like *but once i try it it crash and the system display the below error: ('The SQL contains 0 parameter markers, but 1 parameters were supplied', 'HY000') views.py from

how to pass user input into raw sql query ?

2019-09-06 Thread leb dev
i have a django project that is connected to sql server database i am trying to write a *select query * #convert the Django ORM into SQL query print("sql query = ",FilterQuery.query) *select * from table name where filed name = user input * *can anyone help me with this?* -- You

display vakues in table in template

2019-09-06 Thread leb dev
i have a django project that is connected to SQL Server i tried to retrieve data from the database. if i try to display all the data it run correct and display all the values. but if i try to display the data in an **html table** it doesn't display anything. views.py === def

how to display retrieved data from database using django

2019-09-05 Thread leb dev
i have a django project that is connected to SQL Server i tried to retrieve data from the database. if i try to display all the data it run correct and display all the values. but if i try to display the data in an **html table** it doesn't display anything. views.py === def

model object query

2019-09-04 Thread Dev Gis
Hi All, How to get the ForeignKey value while querying the model object. I was trying to query a model object "mla" to fetch a specific sets of columns and its working fine but the field ForeignKey "instuid" returning a numeric value instant of actual associated value. Do I need to edit

ForeignKey value while querying the model object

2019-09-04 Thread dev
Hi All, How to get the ForeignKey value while querying the model object. I was trying to query a model object "mla" to fetch a specific sets of columns and its working fine but the field ForeignKey i.e "instuid" returning a numeric value instant of actual associated value. Do I need

Re: help me to fix this issue with database connection

2019-08-29 Thread leb dev
yes i am on the same LAN and i am able to get remote connection and ping -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: help me to fix this issue with database connection

2019-08-29 Thread leb dev
yes i can get a remote connection with the server and i can do ping so its reachable. and about the port its the default port used to connect ms sql server 1433. isn't this right ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: help me to fix this issue with database connection

2019-08-29 Thread leb dev
i tried your answer also and did not work i do not know what is the problem and how to fix it -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: help me to fix this issue with database connection

2019-08-29 Thread leb dev
'Authenticate', # database name > 'USER': 'postgres', > 'PASSWORD': 'pwd', > 'HOST': 'localhost' > } > } > > I don't think you need anything other than this. For MySql you can use > mysql driver "*django*.*db*.*backends*.*mysql*". I hope

Re: help me to fix this issue with database connection

2019-08-29 Thread leb dev
': os.path.join(BASE_DIR, 'db.sqlite3'), } } On Thursday, August 29, 2019 at 8:34:17 AM UTC+3, leb dev wrote: > > i have a django project that need to be connected to MS SQL Server i am > using *pyodbc package.* > > *once i run the program the system display

help me to fix this issue with database connection

2019-08-28 Thread leb dev
i have a django project that need to be connected to MS SQL Server i am using *pyodbc package.* *once i run the program the system display the below error:* djago.db.utils.operationalError:('08001','[08001] [microsoft][odbc sql server driver]neither dsn nor server keyword supplied (0)

how to connect django with SQL Server ?

2019-08-27 Thread leb dev
i have a django project that need to be connected with MS SQL Server . Iam using pyodbc package in order to make the connection but the problem is that once i try it it crash and display the below error : djago.db.utils.operationalError:('08001','[08001] [microsoft][odbc sql server

Establish a connection between django and SQL Server using pyodbc

2019-08-27 Thread leb dev
I have a django project that make a connection between django and SQL server the problem is that once the system run it display the below error: > djago.db.utils.operationalError:('08001','[08001] [microsoft][odbc sql > server driver]neither dsn nor server keyword supplied (0) >

Re: Many to Many fields and through table

2018-07-04 Thread johnasmith . dev
Hi Mark, Thank you for your question, I might actually do the same. I just had issues on a model with 2 M2M relationships (one using an intermediary table, one without). I would just caveat what James Schneider said, there are some differences. My simply M2M relationship threw me Field

Channels Redis/channelfull spam without any ws connections.

2017-04-07 Thread dave . mcallister . dev
> > 1491540549.292837 [0 lua] "LPOP" "asgi:daphne.response.tJbmVMXFGX!" > 1491540549.343335 [0 unix:/var/run/redis/redis.sock] "EVALSHA" > "3640886a0c8901ca9188f5f7a5f7a346145b9c5f" "1" > "asgi:daphne.response.tJbmVMXFGX!" > 1491540549.343373 [0 lua] "LPOP" "asgi:daphne.response.tJbmVMXFGX!" >

set initial value for field when a model insert page loaded in django admin

2017-02-17 Thread sjsadeghi . dev
hi, i want set initial value for field when a model insert page loaded in django admin. i think i can do this work with get_field_queryset method but in django there is no toturial for get_field_queryset. how to do this work? thanks ... -- You received this message because you are subscribed

Re: change site_header and site_title and ... dynamically

2017-02-05 Thread sjsadeghi . dev
No, i want change site_header, site_title and other options in django admin, in template this is ok. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

change site_header and site_title and ... dynamically

2017-02-03 Thread sjsadeghi . dev
hi guys i wanna to change site_header and site_title and other thing e.g list_per_page and ,,, dynamically. is there any way for do this? thanks ... -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Django channels, running uwsgi and awsgi

2017-01-19 Thread Dev App
ms to proxy every requests. 2017년 1월 19일 목요일 오전 3시 40분 0초 UTC+9, Andrew Godwin 님의 말: > > > > On Wed, Jan 18, 2017 at 12:33 AM, Dev App <ziban...@gmail.com > > wrote: > >> >> I hope there 's a documentation how to do "running-asgi-alongside-wsgi"

Re: Django channels, running uwsgi and awsgi

2017-01-19 Thread Dev App
d, Jan 18, 2017 at 12:33 AM, Dev App <ziban...@gmail.com > > wrote: > >> >> I hope there 's a documentation how to do "running-asgi-alongside-wsgi" >> https://channels.readthedocs.io/en/stable/deploying.html#running-asgi-alongside-wsgi >> (I tried g

Django channels, running uwsgi and awsgi

2017-01-18 Thread Dev App
I hope there 's a documentation how to do "running-asgi-alongside-wsgi" https://channels.readthedocs.io/en/stable/deploying.html#running-asgi-alongside-wsgi (I tried google, but none found for how to do it) I'm just afraid to hand over every request to asgi which I don't know much about. I

get email address of the user in views

2016-03-22 Thread Vasu Dev Garg
I want to get the email address of the user which i filter in views function. How to get it? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Problems with same page scroll plugin in django-cms

2016-03-09 Thread dev . fekioh
Hi all, I have a problem using the cmsplugin-sections plugin for same page navigation I am trying to use it and I run into a *'NoneType' object is not iterable error* when trying to add a section container. Full information here

Re: Django models in file sharing system

2015-12-11 Thread Vasu Dev Garg
creating a sharing manytomany field is right but how to call it in views and verify that user filled in the form exists? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an

Django models in file sharing system

2015-12-10 Thread Vasu Dev Garg
models.py : `class Document(models.Model): docfile = models.FileField(upload_to='documents/%Y/%m/%d') user = models.ForeignKey(User, null=False, blank= False) ` I have created a model for file upload as shown above. docfile is the field that represents file to be uploaded and user

Django Authentication Layer

2015-03-17 Thread Satya Dev
Hi , I have been working on Django for a few days and have been trying to implement a login page for the website similar to the login page of the admin interface. I have created an auth.html which asks for a username and password and have given the necessary links in views.py and urls.py I

Django Developer looking for job

2014-09-25 Thread Mariusz Dev
Hello, I'm looking for remote jobs for Junior Django Developer. I have one year of experience in Django and more in technologies frontendowych: HTML5/CSS3 (Bootstrap), JS. If anyone is interested, please message - I'll send my resume and portfolio. My email: mariusz.developm...@gmail.com

Re: Any job offer for Junior Django Developer?

2014-05-23 Thread Mariusz Dev
, Mariusz Dev > <mariusz.d...@gmail.com > > wrote: > >> Hello, >> >> I'm looking for job for Junior Django Developer. >> I have one year of experience in Django and more in technologies >> frontendowych: HTML5/CSS3 (Bootstrap), JS. >> >

Any job offer for Junior Django Developer?

2014-05-22 Thread Mariusz Dev
Hello, I'm looking for job for Junior Django Developer. I have one year of experience in Django and more in technologies frontendowych: HTML5/CSS3 (Bootstrap), JS. If anyone is interested, please message - I'll send my resume and portfolio. My email: mariusz.developm...@gmail.com Best

How to display the database table in administration tool??

2014-05-12 Thread dev tc
Hi, I am really new to django (and python as well). I now try to create an app from the django. I want to view the database table on something like phpmyadmin, does django come with administration tool? I installed the django on virtualenv on my local computer (Arch Linux), and it already have

Looking for a job as a junior django developer or internship (remote)

2013-10-04 Thread Mariusz Dev
Hello! Looking for a job or internship opportunities as django developer (remote). I have experience with Django, CSS3, HTML5, JavaScript. My email: mariusz.developm...@gmail.com Cheers! -- You received this message because you are subscribed to the Google Groups "Django users" group. To

AJAX - Class Based View or Function Based View?

2013-08-29 Thread Sarthak Dev
I'm working on an app which uses a lot of AJAX requests. Having previously used FBVs for handling ajax and returning JSON, how efficient will it be to use a CBV for the same? I read the django docs and found mixins<https://docs.djangoproject.com/en/dev/topics/class-based-views/mixins/#more-t

I'm looking for a Junior level Django job (telecommute)

2013-01-07 Thread P Dev
I'm looking for a Junior level Django job *(telecommute)* About me: - less than year of experience with Python/Django - Intermediate knowledge of Python/Django - Experience with Linux - Experience with Django ORM - *Passion* for developing high-quality software and Python language - I am

Re: error message on runserver locally

2012-12-15 Thread Dev
Run from command line: "python manage.py runserver" Also i guess you are getting an import error because your 'path environment variable' doesn't contain the path of the directory of your project. Sent from my iPhone On 15-Dec-2012, at 9:34 PM, Phil Brant wrote: > OK,

Re: Calling out for Help!

2011-02-09 Thread Dev@CB
will see the Apache configuration, and it'll depend if > you're using wsgi or fcgi... More information > here:http://docs.djangoproject.com/en/dev/howto/deployment/http://www.djangobook.com/en/beta/chapter21/ > > Hope it isn't that difficult, you can see the configs from the old > se

Re: Calling out for Help!

2011-02-09 Thread Dev@CB
ed sarcasm I'd start a conversion with my employer. On Feb 8, 12:20 pm, Andres Lucena <andresluc...@gmail.com> wrote: > On Tue, Feb 8, 2011 at 6:11 PM, Tom Evans <tevans...@googlemail.com> wrote: > > On Tue, Feb 8, 2011 at 5:01 PM, Dev@CB <d...@churchbudget.com> wrote:

Re: Calling out for Help!

2011-02-08 Thread Dev@CB
Andres, Thank you for your kind, helpful reply. Heading to lunch now, more django later! Thank you again, Justin -- 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

Re: Calling out for Help!

2011-02-08 Thread Dev@CB
Tom, why are you discouraging 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 email to django-users+unsubscr...@googlegroups.com. For

Calling out for Help!

2011-02-08 Thread Dev@CB
Hello. I hope someone is maybe having a slow day and can spend a little time with me. Here's the whole story: Several months ago, our company started a django project. This project was headed by one man. Well, as of early January, he is no longer with the company. Now, we, the survivors, have the

Django Users

2008-06-05 Thread dev
www.freeservice6.blogspot.com --~--~-~--~~~---~--~~ 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

Download Weather Toolbar

2007-04-19 Thread dev
Download Weather Toolbar - Instant weather reports, forecasts, and radar images anytime for FREE! - http://offr.biz/HLWSD286251KJGHEDC --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

intimate date

2007-04-17 Thread dev
Search Profiles - FREE! Intimate Dating. Start Chatting within seconds - http://offr.biz/HLMAT286251KJGHEDC --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to