Re: Send message to SMS Gateway

2014-11-06 Thread ngangsia akumbo
There are free gateways like kannel and vumi On Sunday, June 24, 2012 11:37:21 AM UTC+1, Andreas wrote: > > Have a look at a Bulk SMS Gatway from txtNation - SMS Gateway. > See the SMPP API on-line at: > http://wiki.txtnation.com/wiki/SMPP_Bulk > > and their info on http://gateway.txtnation.com >

django bulk sms

2014-11-06 Thread ngangsia akumbo
i have a mmodels like this from django.db import models # Create your models here. class Text(models.Model): name = models.CharField(max_length=100, unique=True) number = models.IntegerField(default=0) def __unicode__(self): return self.name i wish to connect this with kann

rapidsms

2014-10-29 Thread ngangsia akumbo
I just got a new project to build an sms app to be used to communicate within a particular group of people.. I intend to use rapidsms . I dont even now how much to ask them. This is my first contract as a python programmer. Any ideas ??? -- You received this message because you are subscribed

Re: unbalanced parenthesis

2014-09-22 Thread ngangsia akumbo
Thanks for the tips On Monday, September 22, 2014 8:49:37 AM UTC+1, ngangsia akumbo wrote: > > Please don't tell me to use google because i dont post here without google > for a solution > > On Wednesday, September 17, 2014 4:36:40 PM UTC+1, mark wrote: >> >> The

Re: unbalanced parenthesis

2014-09-22 Thread ngangsia akumbo
d make the effort to (1) > solve your own problem first and (2) then ask very specific questions. > > Mark > > On Wed, Sep 17, 2014 at 8:14 AM, ngangsia akumbo > wrote: > >> i dont understand what is going on i need some help >> error at /admin/ >&g

Re: unbalanced parenthesis

2014-09-22 Thread ngangsia akumbo
p://lmgtfy.com/?q=Python+unbalanced+parenthesis&l=1 > > -James > > On Wednesday, September 17, 2014, ngangsia akumbo > wrote: > >> i dont understand what is going on i need some help >> error at /admin/ >> >> unbalanced parenthesis >> >>

unbalanced parenthesis

2014-09-17 Thread ngangsia akumbo
i dont understand what is going on i need some help error at /admin/ unbalanced parenthesis Request Method:GETRequest URL:http://localhost:8000/admin/Django Version: 1.4.3Exception Type:errorException Value: unbalanced parenthesis Exception Location:/usr/lib/python2.7/re.py in _compile, line 24

Re: heroku django

2014-09-11 Thread ngangsia akumbo
I personally prefer this since you get to focus on the app first and > deploy later. > > On Thursday, September 11, 2014 11:29:39 AM UTC+3, ngangsia akumbo wrote: >> >> i have a problem >> can i create a complete django application on my machine before deplying >&g

Re: heroku django

2014-09-11 Thread ngangsia akumbo
or should i create my app locally add it on git hub and clone it on heroku if that is a better process please can some one guide me through? On Thursday, September 11, 2014 9:29:39 AM UTC+1, ngangsia akumbo wrote: > > i have a problem > can i create a complete django application on m

heroku django

2014-09-11 Thread ngangsia akumbo
i have a problem can i create a complete django application on my machine before deplying it to heroku that is i start by creating the django app on my local linux machine before trying to deploy it online i a confused here a bit pleas i need some help -- You received this message because you

Re: error with heroku

2014-09-10 Thread ngangsia akumbo
thanks i have solved it On Wednesday, September 10, 2014 9:06:20 AM UTC+1, ngangsia akumbo wrote: > > Please why am i having this error > > (djangoapps)yems firstapp # ls > firstapp manage.py Procfile > > > (djangoapps)yems firstapp # foreman start > 08:47:00 web.1 |

Re: error with heroku

2014-09-10 Thread ngangsia akumbo
i am following this tutorial https://devcenter.heroku.com/articles/getting-started-with-django On Wednesday, September 10, 2014 9:06:20 AM UTC+1, ngangsia akumbo wrote: > > Please why am i having this error > > (djangoapps)yems firstapp # ls > firstapp manage.py Procfile > &g

error with heroku

2014-09-10 Thread ngangsia akumbo
Please why am i having this error (djangoapps)yems firstapp # ls firstapp manage.py Procfile (djangoapps)yems firstapp # foreman start 08:47:00 web.1 | started with pid 4491 08:47:00 web.1 | exited with code 3 08:47:00 system | sending SIGTERM to all processes (djangoapps)yems firstapp # nan

Re: deleting apps from heroku

2014-09-09 Thread ngangsia akumbo
i have done it On Tuesday, September 9, 2014 11:48:51 AM UTC+1, ngangsia akumbo wrote: > > please i have a free account in heroku and i have already 5 apps there how > do i delete some of them > > i just want to delet some app on my heroku account > -- You received this m

deleting apps from heroku

2014-09-09 Thread ngangsia akumbo
please i have a free account in heroku and i have already 5 apps there how do i delete some of them i just want to delet some app on my heroku account -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop rec

Re: settings.py

2014-09-08 Thread ngangsia akumbo
i am trying to host build an app to host it on heroku On Monday, September 8, 2014 6:21:49 PM UTC+1, Andrew Pinkham wrote: > > Hi Ngangsia, > > On Sep 8, 2014, at 12:16 PM, ngangsia akumbo > wrote: > > when i run the > > django-admin.py startproject this is the set

settings.py

2014-09-08 Thread ngangsia akumbo
when i run the django-admin.py startproject this is the settings file i have """ Django settings for bphotel project. For more information on this file, see https://docs.djangoproject.com/en/1.7/topics/settings/ For the full list of settings and their values, see https://docs.djangoproject.com/

Re: deploying django on heroku

2014-09-08 Thread ngangsia akumbo
September 6, 2014 1:21:09 PM UTC+3, ngangsia akumbo wrote: >> >> i have another error >> >> yems python-getting-started # git commit -m "Demo" >> >> *** Please tell me who you are. >> >> Run >> >> git config --global u

Re: deploying django on heroku

2014-09-06 Thread ngangsia akumbo
r app folder as described in the Heroku docs? > > On Friday, September 5, 2014 12:19:25 PM UTC+2, ngangsia akumbo wrote: >> >> i had a problem trying to deply django on heroku >> >> yems bphotel # foreman start >> 11:13:37 web.1 | started with pid 9269 >>

Re: deploying django on heroku

2014-09-05 Thread ngangsia akumbo
please some help if any On Friday, September 5, 2014 11:19:25 AM UTC+1, ngangsia akumbo wrote: > > i had a problem trying to deply django on heroku > > yems bphotel # foreman start > 11:13:37 web.1 | started with pid 9269 > 11:13:37 web.1 | [2014-09-05 11:13:37 +] [926

deploying django on heroku

2014-09-05 Thread ngangsia akumbo
i had a problem trying to deply django on heroku yems bphotel # foreman start 11:13:37 web.1 | started with pid 9269 11:13:37 web.1 | [2014-09-05 11:13:37 +] [9269] [INFO] Starting gunicorn 19.1.1 11:13:37 web.1 | [2014-09-05 11:13:37 +] [9269] [INFO] Listening at: http://0.0.0.0:5000

deploying django on gunicorn

2014-09-05 Thread ngangsia akumbo
found this error trying to run the command foreman start yems bphotel # foreman start 11:13:37 web.1 | started with pid 9269 11:13:37 web.1 | [2014-09-05 11:13:37 +] [9269] [INFO] Starting gunicorn 19.1.1 11:13:37 web.1 | [2014-09-05 11:13:37 +] [9269] [INFO] Listening at: http://0.

Re: hosting django app

2014-08-27 Thread ngangsia akumbo
thanks On Tuesday, August 26, 2014 2:28:03 PM UTC+1, wuo...@gmail.com wrote: > > https://www.digitalocean.com/?refcode=2bcdb0958160 > > I paying 5$ in month. Very good support. > > вторник, 26 августа 2014 г., 13:46:12 UTC+4 пользователь ngangsia akumbo > напис

Re: hosting django app

2014-08-26 Thread ngangsia akumbo
thanks guys > > On Friday, August 22, 2014 7:29:02 PM UTC+1, Cal Leeming [iops.io] wrote: > > Have a look at Heroku too > > Alternative, your own VPS on DigitalOcean if you have enough in-house > devops guys > > Cal > > > On Fri, Aug 22, 2014 at 9:25 AM, ng

Re: hosting django app

2014-08-22 Thread ngangsia akumbo
thanks bro On Friday, August 22, 2014 1:36:32 PM UTC+1, Jonathan Querubina wrote: > > dreamhost.com > > Sent from my iPhone > > On Aug 22, 2014, at 05:25, ngangsia akumbo > wrote: > > my boss uses php to build web apps > > he is n9ot very convince that django ca

Re: hosting django app

2014-08-22 Thread ngangsia akumbo
ok thanks On Friday, August 22, 2014 9:28:54 AM UTC+1, Tundebabzy wrote: > > Google Redhat Openshift > On 22 Aug 2014 09:25, "ngangsia akumbo" > > wrote: > >> my boss uses php to build web apps >> >> he is n9ot very convince that django can be very c

Re: cms web buyilding

2014-08-22 Thread ngangsia akumbo
thanks bro On Friday, August 22, 2014 10:48:30 AM UTC+1, somecallitblues wrote: > > There's nothing else to be said mate > On 22/08/2014 6:35 pm, "ngangsia akumbo" > > wrote: > >> Then i should be very comfortable with my django. >> >> Any

Re: cms web buyilding

2014-08-22 Thread ngangsia akumbo
Then i should be very comfortable with my django. Any more comments on that? On Tuesday, August 19, 2014 11:23:07 AM UTC+1, Tom Evans wrote: > > On Mon, Aug 18, 2014 at 9:00 AM, ngangsia akumbo > wrote: > > then if drupal , jomlam has what django has then why are u build

hosting django app

2014-08-22 Thread ngangsia akumbo
my boss uses php to build web apps he is n9ot very convince that django can be very cheap in hosting as php. is there any way i can host a django app whic is as cheap as php? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from

Re: cms web buyilding

2014-08-18 Thread ngangsia akumbo
sorry my friend . On Monday, August 18, 2014 9:10:05 AM UTC+1, Lee wrote: > > Did you even read the replies you already received? I can't help but think > you are trolling this board and on that basis, this'll be the last time I > respond to any of your questions. -- You received this message

Re: cms web buyilding

2014-08-18 Thread ngangsia akumbo
Sorry for the triple post... > > > 2014-08-16 18:59 GMT+02:00 >: > >> >> >> À Sat Aug 16 2014 12:04:20 GMT+0200 (CEST), ngangsia akumbo a écrit : >> > I was having an argument about learning how to code from scratch and >> using >> > content m

cms web buyilding

2014-08-16 Thread ngangsia akumbo
I was having an augment about learning how to code from scratch and using content management systems like joomla, dupal to build websites. This guy was telling they can make any web application using Joomla the the other cms out there. He does not need to learn coding. so if that was possible wh

Re: mixing python , php and django

2014-08-15 Thread ngangsia akumbo
e to develop in Django/Python. I > don't need that in my life. :) > > Mike > > On Thu, Aug 14, 2014 at 12:28 PM, Nikolas Stevenson-Molnar > > wrote: > > Well, there's always: http://animuchan.net/django_php/ > > > > _Nik > > > >

Re: mixing python , php and django

2014-08-14 Thread ngangsia akumbo
can i have a link on how that works? On Thursday, August 14, 2014 9:38:15 AM UTC+1, Erik Cederstrand wrote: > > Den 14/08/2014 kl. 10.24 skrev ngangsia akumbo >: > > > I am working with a php guy in my office . > > He is asking me how can we mix php and django? >

mixing python , php and django

2014-08-14 Thread ngangsia akumbo
I am working with a php guy in my office . He is asking me how can we mix php and django? Cos he want that when we have a project to do he should be able to paticipate using php in building the project can someone give me some tips -- You received this message because you are subscribed to the

school website

2014-08-12 Thread ngangsia akumbo
i have a website to build it will consist of 4 groups students, staff, parents and courses students will have the following profile update delete access courses student will only access the course they registered in staffs will be able to just update information parents will have profile, upda

school website

2014-08-12 Thread ngangsia akumbo
PLease i have a small question. I just need some guidance i have a school webiste to build in that site there will be 4 groups students, staff , guardiance , and course students will have student profile each student will be able to choose just a specific number of courses and also have access

Re: admin error

2014-08-12 Thread ngangsia akumbo
http://bluepearlhotel.com/admin/ On Tuesday, August 12, 2014 2:26:21 PM UTC+1, ngangsia akumbo wrote: > > i am running my website on my local server apache on my machin when i type > > www.bluepearlhotel.com i get this error > > TemplateDoesNotExist at /admin/ > > admi

admin error

2014-08-12 Thread ngangsia akumbo
i am running my website on my local server apache on my machin when i type www.bluepearlhotel.com i get this error TemplateDoesNotExist at /admin/ admin/login.html Request Method:GETRequest URL:http://bluepearlhotel.com/admin/Django Version:1.4.3Exception Type:TemplateDoesNotExistException Val

Re: deploying djnago on apache

2014-08-12 Thread ngangsia akumbo
is the skype ok or facebook ngangsia (at) yahoo.com On Tuesday, August 12, 2014 10:38:32 AM UTC+1, ngangsia akumbo wrote: > > ok thanks bro i am not familia with google chat i have skyp > > skype is ngangsi.richard > > > > On Tuesday, August 12, 2014 10:33:05 AM UTC

Re: deploying djnago on apache

2014-08-12 Thread ngangsia akumbo
ok thanks bro i am not familia with google chat i have skyp skype is ngangsi.richard On Tuesday, August 12, 2014 10:33:05 AM UTC+1, Sanjay Bhangar wrote: > > On Tue, Aug 12, 2014 at 2:41 PM, ngangsia akumbo > wrote: > > This is what i have for errors > > > >

Re: Django 1.7: ImportError: No module named .models

2014-08-12 Thread ngangsia akumbo
i have had this same erroe too but it happed that i include instead the module class name in the settings.py file make sure u are having the name of the app in the settings.py file -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe

Re: deploying djnago on apache

2014-08-12 Thread ngangsia akumbo
UTC+1, Sanjay Bhangar wrote: > > hey Ngangsia, > > > On Mon, Aug 11, 2014 at 7:17 PM, ngangsia akumbo > wrote: > > i have these configs > > > > project path > > yems bluepearlhotel # ls > > blog bluepearlhotel event gallery home images mana

Re: deploying djnago on apache

2014-08-11 Thread ngangsia akumbo
some help here please On Monday, August 11, 2014 2:47:09 PM UTC+1, ngangsia akumbo wrote: > > i have these configs > > project path > yems bluepearlhotel # ls > blog bluepearlhotel event gallery home images manage.py media > static > yems bluepearlhotel # >

Re: deploying djnago on apache

2014-08-11 Thread ngangsia akumbo
ive me an empty page Please need help On Monday, August 11, 2014 8:41:40 AM UTC+1, ngangsia akumbo wrote: > > thanks bro > > On Saturday, August 9, 2014 3:59:15 PM UTC+1, tea...@gmail.com wrote: >> >> Hello! >> >> Maybe this "how to" help you! >>

Re: deploying djnago on apache

2014-08-11 Thread ngangsia akumbo
thanks bro On Saturday, August 9, 2014 3:59:15 PM UTC+1, tea...@gmail.com wrote: > > Hello! > > Maybe this "how to" help you! > > http://teago.futuria.com.br/tip/instalando-modulo-wsgi-no-apache-2-com-django-14/ > > Tiago > > On Thursday, August 7, 2014

Re: 3 weeks of images proproblems

2014-08-11 Thread ngangsia akumbo
Thank you bro i figured it out this week end just left with the apache problem i have don all the configuration but when i open my page it takes me back to the apache default page skype: ngangsi.richard On Saturday, August 9, 2014 5:23:03 PM UTC+1, Collin Anderson wrote: > > templates >> >>

3 weeks of images proproblems

2014-08-09 Thread ngangsia akumbo
I have been having problem uploading image from admin and for it to deplay on the page Here is my config templates 1. settings.py 1. MEDIA_ROOT = '/home/yems/var/www/bluepearlhotel/media/' 2. MEDIA_URL = 'http://www.127.0.0.1:8000/media/' models.py - image

Re: deploying django

2014-08-09 Thread ngangsia akumbo
i have two probe so far uploading images and hosting on apache those are the probes i face now, my images dont show up on the templates i am suing django 1.4 On Friday, August 8, 2014 4:29:45 PM UTC+1, ngangsia akumbo wrote: > > is there an easier way to host your django website for t

Re: Starting with Python 3 and Django 1.x?

2014-08-09 Thread ngangsia akumbo
stick to python 2.7 collins anderson can i meet u on skype? mine is skype: ngangsi.richard On Friday, August 8, 2014 11:53:30 PM UTC+1, Collin Anderson wrote: > > I'd start with 1.7 as it should be more friendly to newcomers. There will > be another release candidate soon and the final vers

uploading images

2014-08-09 Thread ngangsia akumbo
can some one refee to me a good guide that can properly explain a step by step guide on how to upload images in module and view them on the template. The django documentation does not explicitly explain that section well i am using django 1.4 -- You received this message because you are subsc

deploying django

2014-08-08 Thread ngangsia akumbo
is there an easier way to host your django website for testing i am really getting frustrated, is flask more easier than django? i really want to use django but am getting frustrated -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscri

Re: deploying djnago on apache

2014-08-08 Thread ngangsia akumbo
, 2014 2:40:33 PM UTC+1, ngangsia akumbo wrote: > > Thanks bro am drawing closer to the solution > i got this error when i types > www.bluepearlhotel.com > > Internal Server Error > > The server encountered an internal error or misconfiguration and was > unable to comple

Re: deploying djnago on apache

2014-08-08 Thread ngangsia akumbo
Thanks bro am drawing closer to the solution i got this error when i types www.bluepearlhotel.com Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator at [no address given] to inform

python manage.py syncdb

2014-08-08 Thread ngangsia akumbo
when i try to suncdb db i get this error below You just installed Django's auth system, which means you don't have any superusers defined. Would you like to create one now? (yes/no): yes Traceback (most recent call last): File "manage.py", line 10, in execute_from_command_line(sys.argv)

Re: deploying djnago on apache

2014-08-08 Thread ngangsia akumbo
.conf: Syntax error on line 18 of /etc/apache2/sites-enabled/bluepearlhotel.conf: Expected but saw Action 'configtest' failed. The Apache error log may have more information. after adding not py On Friday, August 8, 2014 9:39:23 AM UTC+1, ngangsia akumbo wrote: > >

Re: deploying djnago on apache

2014-08-08 Thread ngangsia akumbo
apache failed to restart after changing to not py On Friday, August 8, 2014 9:36:04 AM UTC+1, ngangsia akumbo wrote: > > Thanks bro for the help you are giving me > > but after adding that i realease a strange behavior this morning > > my database name is bluepearlhotel on

Re: deploying djnago on apache

2014-08-08 Thread ngangsia akumbo
Thanks bro for the help you are giving me but after adding that i realease a strange behavior this morning my database name is bluepearlhotel on mysql mi website domain name i set for apache is bluepearlhotel when i open the bluepearlhotel site name it toke me to the mysql pphpmyadmin , listin

Re: deploying djnago on apache

2014-08-07 Thread ngangsia akumbo
ahouls i add it like this GNU nano 2.2.6 File: bluepearlhotel.conf WSGIScriptAlias / /home/yems/bluepearlhotel.wsgi ServerName bluepearlhotel.com Alias /static /var/www/bluepearlhotel/static/ Order allow,deny Allow from all Require all granted

deploying djnago on apache

2014-08-07 Thread ngangsia akumbo
nano bluepearlhotel.wsgi import os import sys sys.path = ['/var/www/bluepearlhotel'] + sys.path os.environ['DJANGO_SETTINGS_MODULE'] = 'bluepearlhotel.settings' import django.core.handlers.wsgi application = django.core.handlers.wsgi.WSGIHandler() yems@yems /etc/apache2/sites-available $

seeting ur django site doamin name

2014-08-06 Thread ngangsia akumbo
I AM CURRENTLY DEPLOYING DJANGO WITH APACHE I WISH TO SET THE MAIN DOMAIN NAME I HAVE THE FOLLOWING URLS from django.conf.urls import patterns, include, url from django.contrib import admin admin.autodiscover() urlpatterns = patterns('', #new urls url(r'^blog/$', 'blog.view

Re: guinicorn

2014-08-06 Thread ngangsia akumbo
rkers() File "/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 459, in reap_workers raise HaltServer(reason, self.WORKER_BOOT_ERROR) gunicorn.errors.HaltServer: On Wednesday, August 6, 2014 3:25:00 PM UTC+1, ngangsia akumbo wrote: > > i am trying to host my s

guinicorn

2014-08-06 Thread ngangsia akumbo
i am trying to host my site with gunicorn i get this error !!! !!! WARNING: This command is deprecated. !!! !!! You should now run your application with the WSGI interface !!! installed with your project. Ex.: !!! !!! gunicorn myproject.wsgi:application !!! !!! See https://

Re: deploying django

2014-08-06 Thread ngangsia akumbo
Thanks bro will chceck if it works On Wednesday, August 6, 2014 1:26:06 PM UTC+1, Collin Anderson wrote: > > It would look like this: > > > WSGIScriptAlias / /home/yems/Documents/testproject/hotel/hotel/wsgi.py > > WSGIPythonPath /home/yems/Documents/testproject

Re: deploying django

2014-08-06 Thread ngangsia akumbo
Please i have a question here is the path to my django project (testproject)yems@yems ~/Documents/testproject/hotel $ (testproject)yems@yems ~/Documents/testproject/hotel $ ls blog event gallery home hotel manage.py yems (testproject)yems@yems ~/Documents/testproject/hotel $ cd event (t

Re: deploying django

2014-08-06 Thread ngangsia akumbo
in port. What's a suitable production-ready Python "app server" for > Windows that would work with Apache httpd or Nginx? Maybe Apache httpd + > mod_wsgi is the way to go there. (shrug) > > > >> >> Good luck! >> >> On Monday, August 4, 2014 4:5

deploying django

2014-08-04 Thread ngangsia akumbo
I have created a complete site, i have configured it to run with mysql using wamp i have also configured apache in wamp which is up and running so i want to deploy the site to run as a life page on the internet using apache what should i do next -- You received this message because you are

Re: invalid attribute

2014-08-02 Thread ngangsia akumbo
i migrated to linux everything is clear thanks On Saturday, August 2, 2014 11:22:30 AM UTC+1, ngangsia akumbo wrote: > > That is the error i got , > > i am using windows so it id diffiult at times to copy the full error > > On Friday, August 1, 2014 1:40:14 PM UTC+1, Col

Re: invalid attribute

2014-08-02 Thread ngangsia akumbo
That is the error i got , i am using windows so it id diffiult at times to copy the full error On Friday, August 1, 2014 1:40:14 PM UTC+1, Collin Anderson wrote: > > all of your methods are indented too much. They should be at the same > level as `class Meta`, not part of it. > -- You receive

Re: invalid attribute

2014-08-01 Thread ngangsia akumbo
class Meta invalid attribute , price_sale, get_absolute_url On Friday, August 1, 2014 3:10:40 AM UTC+1, cmawe...@gmail.com wrote: > > Do you have the full error message? > > > On Thursday, July 31, 2014 5:48:55 PM UTC-4, ngangsia akumbo wrote: >> >> *Got an invalid

invalid attribute

2014-07-31 Thread ngangsia akumbo
*Got an invalid attribut error* class Product(models.Model): name = models.CharField(max_length=255, unique=True) slug = models.SlugField(max_length=255, unique=True, help_text="Each product has a unique name") brand = models.CharField(max_length=50) sku = models.CharFi

Re: image upload

2014-07-31 Thread ngangsia akumbo
no On Thursday, July 31, 2014 4:43:15 PM UTC+1, cmawe...@gmail.com wrote: > > Are you using ? > > On Thursday, July 31, 2014 7:20:19 AM UTC-4, ngangsia akumbo wrote: >> >> i have a problem of displaying my image on my web page. >> >> i have upload my pic in

image upload

2014-07-31 Thread ngangsia akumbo
i have a problem of displaying my image on my web page. i have upload my pic in admin and when i display it it shows me the this media/Lighthouse_1.jpg models.py class Image(models.Model): title = models.CharField(max_length=60, blank=True, null=True) image = models.FileField(upload_to

images umpload prob

2014-07-29 Thread ngangsia akumbo
i have the following MODEL from django.db import models class Timer(models.Model): title = models.CharField(max_length=100) slug = models.SlugField(unique=True) image2 = models.ImageField(upload_to='image2/') last_seen = models.IntegerField() def __unicode__(self): r

Re: django tut 01

2014-07-28 Thread ngangsia akumbo
paste on here the setting files, and the error you are having. On Monday, July 28, 2014 9:48:21 AM UTC+1, atul...@iiitd.ac.in wrote: > > Can't access database sqlite3. I am beginner . I cant use the database > when i run command " python manage.py syncdb". > Please help! > P.s. Can anyone please

django upload image

2014-07-28 Thread ngangsia akumbo
please i need some help getting around with upload images i can put a background image on my site i can style it with css and others but when i upload images on my admin page , it does not get loaded on the page please need some help here -- You received this message because you are subscri

Re: django Page

2014-07-26 Thread ngangsia akumbo
Thnaks bro On Saturday, July 26, 2014 8:37:12 AM UTC+1, Lukáš Němec wrote: > > Hi, > Try googling django-pages > It is a small cms I created. > If you encounter some problems, just ask. > > Lukas > ------ > From: ngangsia akumbo > Sent: ‎2

Re: django Page

2014-07-26 Thread ngangsia akumbo
Thanks for the kind response bro On Saturday, July 26, 2014 7:51:04 PM UTC+1, Mulianto wrote: > > Yes you can, just use it first then you will understand what you can do > with flatpage. > > > > Sent from my iPhone > > On 26 Jul 2014, at 11:17, ngangsia akumbo >

Re: django Page

2014-07-25 Thread ngangsia akumbo
can i intergrate the cms in my site? cos i will want something dynamic. On Friday, July 25, 2014 7:41:26 PM UTC+1, Mulianto wrote: > > Hi, > > You can use django flatpage . > > > > Sent from my Mini Ipad > > On 23 Jul 2014, at 15.43, ngangsia akumbo > > wrot

Re: django Page

2014-07-23 Thread ngangsia akumbo
i mean django 1.5.8 On Wednesday, July 23, 2014 12:08:58 PM UTC+1, ngangsia akumbo wrote: > > i wanted to get the idea. so that is the reason why i asked if i could > inlcude the cms on my website as an app. > > I have not tried any but i will so , just wanted to get the idea, o

Re: django Page

2014-07-23 Thread ngangsia akumbo
, Tundebabzy wrote: > > > On 23 Jul 2014 11:08, "ngangsia akumbo" > > wrote: > > > > this is what am doing. > > I am creating a website which i will like to include the ability of > adding pages to that site. > > > > I have already a new

Re: django Page

2014-07-23 Thread ngangsia akumbo
23, 2014 10:46:07 AM UTC+1, Santiago L wrote: > > 2014-07-23 10:15 GMT+02:00 ngangsia akumbo >: > >> Thanks , i have built some apps in my site like new, event and gallery, >> so i want to include a new app that will help to create pages on the site >> would

Re: django Page

2014-07-23 Thread ngangsia akumbo
Thanks , i have built some apps in my site like new, event and gallery, so i want to include a new app that will help to create pages on the site would the link above help me do that? On Wednesday, July 23, 2014 8:52:19 AM UTC+1, Santiago L wrote: > > 2014-07-23 9:44 GMT+02:00 ngangsia

Re: django Page

2014-07-23 Thread ngangsia akumbo
Thanks , i have built some apps in my site like new, event and gallery, so i want to include a new app that will help to create pages on the site would the link above help me do that? On Wednesday, July 23, 2014 8:52:19 AM UTC+1, Santiago L wrote: > > 2014-07-23 9:44 GMT+02:00 ngangsia

django Page

2014-07-23 Thread ngangsia akumbo
I want to create an app where the user has the ability to create new pages on their website the app should be called pages can someone give me an idea pease? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

django Page

2014-07-23 Thread ngangsia akumbo
I want to create an app where the user has the ability to create new pages on their website the app should be called pages can someone give me an idea pease? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

template

2014-07-22 Thread ngangsia akumbo
can someone propose a good template for this model # Create your models here. from django.db import models from django.contrib.auth.models import User from django.contrib import admin class Albums(models.Model): title = models.CharField(max_length=100) public = models.BooleanField(defaul

Re: django templates

2014-07-22 Thread ngangsia akumbo
please give me an exmaple , all my urls for the various apps are all in the main project urls file On Tuesday, July 22, 2014 12:37:37 PM UTC+1, Akshay Mukadam wrote: > > > > On Tuesday, July 22, 2014 1:20:14 PM UTC+5:30, ngangsia akumbo wrote: >> >> Hi Django Users

Re: django templates

2014-07-22 Thread ngangsia akumbo
Ok i have created all my apps and extended to the base.html file so what next? On Tuesday, July 22, 2014 8:50:14 AM UTC+1, ngangsia akumbo wrote: > > Hi Django Users > > I have a question. > > I have created all my apps for my websites which are events , blog, and >

django templates

2014-07-22 Thread ngangsia akumbo
Hi Django Users I have a question. I have created all my apps for my websites which are events , blog, and gallery. They all extends to the base.html file . >From my development server i can access this individual app by just typing localhost:8000/blogs and the blog template will appear. My

Re: Newbie: Complete environment setup(virtualenv, pip, eclipse, git...)

2014-07-21 Thread ngangsia akumbo
If you are working with windows , let me give you a very simple guide. Google and download setuptools.exe and install in to your computer. First install python 2.7 ans set the python path Then move to this directory C:\Python27\scripts in the windows command . You should run easy_install pip Then

url probs

2014-07-19 Thread ngangsia akumbo
Good After Django Users I still have problems with urls. Please somebody should take a carful look at this urls urlpatterns = patterns('', url(r'^admin/', include(admin.site.urls)), #new urls url(r'^$', PostListView.as_view(), name='news-list'), url(r'^(?P[-_\w]+)/$', PostDetailV

url probs

2014-07-19 Thread ngangsia akumbo
Good After Django Users I still have problems with urls. Please somebody should take a carful look at this urls urlpatterns = patterns('', url(r'^admin/', include(admin.site.urls)), #new urls url(r'^$', PostListView.as_view(), name='news-list'), url(r'^(?P[-_\w]+)/$', PostDetailV

Re: urls prob

2014-07-18 Thread ngangsia akumbo
I solved the problem the error was coming from the views.py the list views did not define the model thanks for the support On Friday, July 18, 2014 4:40:08 PM UTC+1, ngangsia akumbo wrote: > > This is what is happening > > i have created an event and added it to my admin. >

Re: urls prob

2014-07-18 Thread ngangsia akumbo
uld change but still the content is not outputed On Friday, July 18, 2014 4:31:49 PM UTC+1, Tom Evans wrote: > > On Fri, Jul 18, 2014 at 2:54 PM, ngangsia akumbo > wrote: > > > > It is still breaking > > > > You should explain precisely what is still brea

Re: urls prob

2014-07-18 Thread ngangsia akumbo
> you have to check your *re *skills XD > > > 2014-07-18 14:54 GMT+01:00 ngangsia akumbo >: > >> It is still breaking >> >> >> On Friday, July 18, 2014 1:56:38 PM UTC+1, Sergiy Khohlov wrote: >> >>> try to use >>> url(

Re: urls prob

2014-07-18 Thread ngangsia akumbo
i dont get you well -- 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 post to this group, send email to django-users

Re: urls prob

2014-07-18 Thread ngangsia akumbo
> +380 636150445 > skype: skhohlov > > > On Fri, Jul 18, 2014 at 3:43 PM, ngangsia akumbo > wrote: > >> it gives me this error >> Page not found (404) Request Method:GET Request URL: >> http://127.0.0.1:8000/event/ >> >> No post found matching the

Re: urls prob

2014-07-18 Thread ngangsia akumbo
it gives me this error Page not found (404)Request Method:GETRequest URL: http://127.0.0.1:8000/event/ No post found matching the query You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page. > --

urls prob

2014-07-18 Thread ngangsia akumbo
*urls* from django.conf.urls import patterns, include, url from django.contrib import admin admin.autodiscover() from blogs.views import PostListView from blogs.views import PostDetailView from events.views import EventListView from events.views import EventDetailView urlpatterns = patterns('',

  1   2   >