Re: Step up to the plate

2012-09-07 Thread Christopher Downard
Alex,

I'd love to get involved.

christopherdown...@gmail.com or ch...@bluesuntechnologies.com

-Christopher Downard

On Thu, Sep 6, 2012 at 4:32 PM, Steven Elliott
<srichardelliot...@gmail.com>wrote:

> Hi alex
>
> I'm down as well email me at srichardelliot...@gmail.com
> On Sep 6, 2012 6:28 PM, "andrea mucci" <cingus...@gmail.com> wrote:
>
>> Hi Alex
>>
>> if you need some help contact me to and.mu...@gmail.com
>>
>> have a nice day
>> El 07/09/2012, a las 00:18, Alex Glaros <alexgla...@gmail.com> escribió:
>>
>> *Dear Django Group,
>>
>> Can you spare a few lines of code?
>>
>> Our nonprofit has a great idea to help the unemployed and spur innovation
>> at the same time.
>>
>> All we need is a simple app to let users register.
>>
>> Can I get a community effort from this great Django community to write
>> the registration app?
>>
>> I’ll can do the data modeling, just a few tables, you only need to write
>> the CRUD for it.  Easy Peasy
>>
>> It would be great to get a few volunteers to help innovation and the
>> unemployed.
>>
>> App will be open source.  Detailed info below.
>>
>> Thanks!
>>
>> Alex
>>
>>
>> --
>>
>> EMPLOYMENT AND INNOVATION PROGRAM
>>
>> The nonprofit Center for Government Interoperability (CFGIO) is seeking
>> programming assistance for an employment and innovation program.*
>>
>> *BACKGROUND
>>
>> 1. There are thousands of startup ideas that cannot be implemented due to
>> software developer costs
>> 2. There are millions of unemployed, many of whom could learn programming
>> from free sources
>>
>> BASIC CONCEPT - Employment Program managed by CFGIO
>>
>> 1. Unemployed novice programmers learn from free sources and start
>> writing beginner apps in one year, and write moderately well after 2 years.
>> College students majoring in computer science/MIS would be ready
>> immediately.
>> 2. Unemployed novice programmers offer services to startups with simple
>> app or web-design requirements.
>> 3. CFGIO sets up centralized database to match learning programmers with
>> startups, and creates processes to help them work effectively together.
>> 4. Startups offer equity or delayed transaction-based payments to
>> learning programmers.
>> 5. For startups, the purpose is to give them an affordable prototype that
>> allows investors to evaluate and fund production version of their idea. For
>> students, it gives them real-world learning experience and qualifies them
>> to apply for entry-level programming positions, or to start their own
>> startup.
>>
>> BENEFITS
>>
>> 1. Backlog of programmer positions that need filling is addressed
>> 2. Unemployed become employable with high-paying future-proof skills.
>> They also learn project management and SDLC.
>> 3. Startup ideas are enabled
>> 4. Nationwide innovation is expanded
>>
>> IMPLEMENTATION – Request assistance from crowdsourced volunteers to:
>>
>> 1. Design curriculum – basically identify Youtube and other free training
>> materials (which now days are great) for each programming language
>> 2. Mentor students
>> 3. Create environment where students learn from each other
>> 4. Design certification process
>> 5. Design processes to enhance programmer/startup collaboration
>>
>> RESOURCES
>>
>> 1. Programming environments are cheap or free:
>> https://developers.google.com/appengine/docs/billing and
>> https://openshift.redhat.com/app/
>> 2. Programming forums already provide assistance to newbies
>>
>> Any ideas or comments would be greatly appreciated,
>>
>> Alex Glaros
>> Center for Government Interoperability
>> www.gov-ideas.com
>> Contact: http://gov-ideas.com/contact.htm*
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msg/django-users/-/TSMxZ0ZKlnoJ.
>> 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 more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>>

Re: Newbie question about accesing my development Django instance from other computers in my LAN

2012-07-27 Thread Christopher Downard
Assuming both laptops are connected to the same local network (192.168.1.*)
then it should be able to access the server.

Are you getting a page not found or are you getting an error with the URLs?

My server starts up just fine with python manage.py runserver
192.168.1.149:8020 (my lan's info).

If you're getting page not found I'd guess it's something related to your
network (try ipconfig/all on both computers to make sure). If you're
getting a urls error then you can post your URLs file to dpaste or the
like.

On Fri, Jul 27, 2012 at 10:35 AM, Miguel Lavalle <mig...@mlavalle.com>wrote:

> Thanks. It didn't work, though. In the development laptop I started the
> server with python manage.py runserver  
> 192.168.1.116:8000<http://192.168.1.116:8000/myapp/>
>
>
> In the laptop where I am trying to access the app, I typed in the
> browser:  192.168.1.116:8000 <http://192.168.1.116:8000/myapp/>/page/
> where page is what I am trying to access
>
> Regards
>
> Miguel
>
>
> On Friday, July 27, 2012 8:29:07 AM UTC-5, Christopher Downard wrote:
>>
>> Try python manage.py runserver 192.168.1.116 where that address is your
>> computer's address.
>> On Jul 27, 2012 7:15 AM, "Miguel Lavalle" <mig...@mlavalle.com> wrote:
>>
>>> Hi,
>>>
>>> I am new to Django. I am developing my first app on a Windows 7 laptop.
>>> I want other people to be able to connect to this app. As indicated in the
>>> documentation, I start the server with:
>>>
>>> python manage.py runserver 0.0.0.0:8000
>>>
>>> And then I try to access my app from another laptop pointing the browser
>>> to:
>>>
>>> 192.168.1.116:8000/myapp/
>>>
>>> Where 192.168.1.116 is the ip address of the laptop where my app resides
>>>
>>> 1) Am I using the correct URL?
>>> 2) Is there anything in Windows 7 that I have to change for other
>>> laptops to be able to access my app?
>>>
>>> Thanks
>>>
>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Django users" group.
>>> To view this discussion on the web visit https://groups.google.com/d/**
>>> msg/django-users/-/oGLm8GM7-**e8J<https://groups.google.com/d/msg/django-users/-/oGLm8GM7-e8J>
>>> .
>>> To post to this group, send email to django-users@googlegroups.com.
>>> To unsubscribe from this group, send email to django-users+unsubscribe@*
>>> *googlegroups.com <django-users%2bunsubscr...@googlegroups.com>.
>>> For more options, visit this group at http://groups.google.com/**
>>> group/django-users?hl=en<http://groups.google.com/group/django-users?hl=en>
>>> .
>>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/64QQ-6lO7fQJ.
>
> 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 more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 

Christopher Downard

**

*Software Engineer*

Blue Sun Technologies

E-Mail: ch...@bluesuntechnologies.com

Mobile: 720-434-9792

www.bluesuntechnologies.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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Newbie question about accesing my development Django instance from other computers in my LAN

2012-07-27 Thread Christopher Downard
Try python manage.py runserver 192.168.1.116 where that address is your
computer's address.
On Jul 27, 2012 7:15 AM, "Miguel Lavalle"  wrote:

> Hi,
>
> I am new to Django. I am developing my first app on a Windows 7 laptop. I
> want other people to be able to connect to this app. As indicated in the
> documentation, I start the server with:
>
> python manage.py runserver 0.0.0.0:8000
>
> And then I try to access my app from another laptop pointing the browser
> to:
>
> 192.168.1.116:8000/myapp/
>
> Where 192.168.1.116 is the ip address of the laptop where my app resides
>
> 1) Am I using the correct URL?
> 2) Is there anything in Windows 7 that I have to change for other laptops
> to be able to access my app?
>
> Thanks
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/oGLm8GM7-e8J.
> 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 more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
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 more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: New to Django, need help starting

2012-06-21 Thread Christopher Downard
It's useful to use virtualenv despite a slight learning curve. I didn't do
that at first and now I'm going back and using virtualenv now because I've
learned that the version of Django does matter depending on what you want
to do and it's easier to be able to isolate versions.

i.e. Django1.4 doesn't play nicely with Django-CMS.

On Wed, Jun 20, 2012 at 9:07 AM, Kurtis Mullins <kurtis.mull...@gmail.com>wrote:

> Try "easy_install django" or "pip install django".
>
> Really, though -- I recommend going with a combination of Mac Brew (or
> ports or whatever third-party distribution) to install Python and pip then
> install virtualenv and virtualenvwrapper to create a virtual environment,
> then inside of the virtual environment, install Django and your
> MySQL-Python (or whatever database driver you need)
>
> It *sounds* like a lot of work but it will make things considerably easier
> for you in the long run.
>
> If not, just download django (from git) and then run its setup.py and you
> should be all good to go with runserver and sqlite
>
>
> On Wed, Jun 20, 2012 at 9:19 AM, Harjot Mann <harjotmann1...@gmail.com>wrote:
>
>> do one thing open ur terminal and run the following command
>> python
>> then u will get
>> Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
>> [GCC 4.5.2] on linux2
>> Type "help", "copyright", "credits" or "license" for more information.
>> then type
>> >>> import  django
>> >>> print django.get_version()
>> if you have version 1.4 then it will print 1.4
>> It is just a verification that ur django is installed or not.
>>
>>
>> On Wed, Jun 20, 2012 at 5:23 PM, Diego pascual lopez 
>> <azoti...@gmail.com>wrote:
>>
>>>
>>>
>>> On Wed, Jun 20, 2012 at 1:49 PM, kenneth gonsalves <
>>> law...@thenilgiris.com> wrote:
>>>
>>>> On Wed, 2012-06-20 at 13:15 +0200, Diego pascual lopez wrote:
>>>> > > try typing /path_to_django/bin/django-admin.py startproject
>>>> > >
>>>> >
>>>> > If you don't know the path of the django-admin.py, you can type
>>>> >
>>>> > #which django-admin.py
>>>>
>>>> it will say 'no django-admin.py'
>>>>
>>>
>>> Yes, you have reason.
>>>
>>> Sorry.
>>>
>>> --
>>>> regards
>>>> Kenneth Gonsalves
>>>>
>>>> --
>>>> 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 more options, visit this group at
>>>> http://groups.google.com/group/django-users?hl=en.
>>>>
>>>>
>>>  --
>>> 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 more options, visit this group at
>>> http://groups.google.com/group/django-users?hl=en.
>>>
>>
>>  --
>> 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 more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>
>  --
> 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 more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>



-- 

Christopher Downard

**

*Software Engineer*

Blue Sun Technologies

E-Mail: ch...@bluesuntechnologies.com

Mobile: 720-434-9792

www.bluesuntechnologies.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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.