Re: How to make https work fine under django server?

2015-09-04 Thread Thomas G Lockhart
On Sep 4, 2015, at 11:41 AM, vincent.j@gmail.com wrote: > Hi, everyone. I'm a new user of Django. > I have established an app and run a server on Django. > However, when I open a URL of my app(e.g. https://example.com/.../), it > always shows the following error on the command line. > > You

How to make https work fine under django server?

2015-09-04 Thread vincent . j . xin
Hi, everyone. I'm a new user of Django. I have established an app and run a server on Django. However, when I open a URL of my app(e.g. *https*://example.com/.../), it always shows the following error on the command line. *You're accessing the development server over HTTPS, but it only supports

Re: What I need to know to be a Django full stack developer?

2015-09-04 Thread Tim Chase
On 2015-09-04 12:21, Luis Zárate wrote: > I don't know why I was thinking that a Django full stack developer > was a Django hacker o guru that know a lot of things related with > Django, but now I am disappointed about this term. The stack is the layers between the hardware and the end user. For

Re: What I need to know to be a Django full stack developer?

2015-09-04 Thread Luis Zárate
Hi, I know some of those things right now, I am developing académica ( https://academica.solvosoft.com o https://github.com/luisza/academica) that is deployed with supervisor, nginx, gunicorn and mysql. I don't know why I was thinking that a Django full stack developer was a Django hacker o guru

Re: What I need to know to be a Django full stack developer?

2015-09-04 Thread Andrew Farrell
For the devopsy things you mention, the second best way to learn that is to spin up a $5 VPS and work through tutorials like how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-14-04

Re: What I need to know to be a Django full stack developer?

2015-09-04 Thread Tim Chase
On 2015-09-04 19:37, Arindam sarkar wrote: > On Fri, Sep 4, 2015 at 9:29 AM, Luis Zárate wrote: >> what I need to know to be a full stack developer? > > 1. Python > 2. Django > 3. html At this point, you should have a working dev-server up and running 3.3 Apache/nginx/gunicorn/etc (web server con

Re: What I need to know to be a Django full stack developer?

2015-09-04 Thread Luis Zárate
Really only that, I thing this is Django basics. I was thinking in more complex stack, like DRF, haystack, gunicorn, services integration (like Google, Amazon, PayPal) and other fancy tools. So thanks you El viernes, 4 de septiembre de 2015, Arindam sarkar escribió: > 1. Python > 2.Django > 3.h

Re: Django: Relation does not exist in Postgresql

2015-09-04 Thread Anderson Resende
You need to create that tables at your database. Please run: python manage.py makemigrations python manage.py migrate Try 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, s

Re: What I need to know to be a Django full stack developer?

2015-09-04 Thread Arindam sarkar
1. Python 2.Django 3.html 4.css 5.js 6.ajax On Fri, Sep 4, 2015 at 7:24 PM, Bill Blanchard wrote: > Full stack implies that you are competent working on the front end > (HTML/CSS/Javascript), back end (Django/Python), and database (to a lesser > extent). You don't necessarily have to be an amaz

Re: What I need to know to be a Django full stack developer?

2015-09-04 Thread Bill Blanchard
Full stack implies that you are competent working on the front end (HTML/CSS/Javascript), back end (Django/Python), and database (to a lesser extent). You don't necessarily have to be an amazing designer to consider yourself "full stack", but you need to be able to do basic front end layouts and s

Re: Electronic Notebook (ELN)

2015-09-04 Thread Luis Zárate
I don't know if you are looking something like trello (I thing do not), but junctionapps mentioned so i know taiga. If you want something like trello in Django take a look taiga. https://taiga.io/ https://github.com/taigaio 2015-09-04 7:30 GMT-06:00 junctionapps : > trello is a slick app that

Re: Electronic Notebook (ELN)

2015-09-04 Thread junctionapps
trello is a slick app that may be of interest. I don't believe it is written in Django, but if you were looking for some examples of interfaces etc, it might be worth a look. Developing a clone in Django with the most basic of features would be a place to start with moderate difficulty. On Wedn

What I need to know to be a Django full stack developer?

2015-09-04 Thread Luis Zárate
Hello everyone, I am looking for a remote job in the web, and in various sites are looking for Django full stack developer. I know several libraries and programs related with Django so I ask me what I need to know to be a full stack developer? I want to learn the tecnologies that I unknow, becau

Re: Electronic Notebook (ELN)

2015-09-04 Thread Flexian_me
Along with the evernote, I have come across a nice app Penzu (https://penzu.com ) but its only available on web and iOS/Android phones so it would not fulfil your need as you are specific to windows in office. On Thursday, 3 September 2015 08:09:14 UTC+5:30, Aref wrote: > > I am looking for an

Looking for a good Django Forum

2015-09-04 Thread Frankline
Hi all, Anyone know of a good forum that integrates nicely with django? Specifically both the Forum and django app should use the same userbase. Also something that is easy to integrate and theme. I have been looking at both LBForum and DjangoBB. Interested to hear from those who have actually i