Using Sass and Sass Libraries with Django-Pipeline

2014-05-21 Thread Willy
I'm trying to use Sass and Sass Libraries with Django-Pipeline but my @import directives always error out saying they can't find the libraries I have installed. Here is my settings file https://gist.github.com/43b0e4d5c93b943d9760 Then I have my scss file trying to do @import 'bourbon'; @impor

ManytoManyField refuses to show up when I syncdb

2014-03-29 Thread willy Hakizimana
when I syncdb and use south schemamigration, I still can't get the ManyToManyField to show up. what am I doing wrong. Any parameters I can pass to make it work? Thank you guys class Products(models.Model): #product_id = models.AutoField(primary_key=True) hs_number = models.CharField(pr

Re: Database Error (SQLite) Database is locked

2014-03-28 Thread willy Hakizimana
I know this might be stupid question. Did you syncdb after you installed it? On Friday, March 28, 2014 8:22:33 AM UTC-5, KEVIN HUNGAI wrote: > > Hi all am using django-registration app in one of my projects and sqlite3 > for the database. I keep getting Database Error (SQLite) Database is > lo

ManytoManyField (through) not showing up !

2014-03-28 Thread willy Hakizimana
I am trying to do a ManytoManyField through a middle Table. After I run syncdb, I do not see the column in pdadmin. What am I doing wrong? Here is my code class Countries(models.Model): country_name = models.CharField(max_length=200) country_id = models.CharField(primary_key=True, max

populating my postgres with openpyxl

2014-03-27 Thread willy Hakizimana
I am new to django/python and have been stuck. What is wrong with my script? from openpyxl import Workbook, load_workbook import os import psycopg2 import pycountry #Make the dictionary of countries country_dict = {} country_list = list(pycountry.countries) for country in country_list: coun

Re: database design problem.

2014-03-15 Thread willy Hakizimana
Thank you guys so much. You guys rock! On Saturday, March 15, 2014 10:38:03 AM UTC-5, willy Hakizimana wrote: > > First of all, this community is amazing at how fast questions are > answered. I have learned so much. > > > I am designing an app with models that look like

database design problem.

2014-03-15 Thread willy Hakizimana
First of all, this community is amazing at how fast questions are answered. I have learned so much. I am designing an app with models that look like this. Country(country_id(PK), country_name, gdp, gdp_growth, income_per_capita) Product(product_id(PK), product_name, country_id(FK), imports_vol

Re: How can I best create a blog that works similarly to Tumblr?

2012-03-31 Thread Willy Cordeiro
Thanks for the reply! I'll try that, I had asked the same question on IRC at #django and I got no real results. I'll try this and see how it works. :) -Wellington "Willy" Cordeiro On Fri, Mar 30, 2012 at 11:46 PM, Russell Keith-Magee < russ...@keith-magee.com> wrote:

Re: Implementing Tagging with Django

2012-03-30 Thread Willy
Django-taggit works quite well, I would suggest trying it over django-tagging. Even if it hasn't been updated in a while it's still a good solution, and you could always make changes to it and fork your own version if it doesn't meet all your needs. On Friday, March 30, 2012 1:56:07 PM UTC-6,

How can I best create a blog that works similarly to Tumblr?

2012-03-30 Thread Willy
I know the question is kind of poorly phrased. But here goes, I've been working on a blog software and I want to have five distinct post types (in the same way Tumblr does) but I'm having a hard time figuring out how to create my index view and detail views as they are currently five different

Re: starting django

2012-03-19 Thread Willy
If you're learning Django and Python I think you're missing some prerequisite knowledge. I would really suggest you learn how to install both Python and Django on your own as well as working through this tutorial on Python so that you have at least a basic understanding of the language. http://docs

static file

2010-11-03 Thread Darvin Willy Cotrina Cervera
sorry my english is very bad. -- Willy -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@google