Hi I am having the same error. Did you manage to solve it?
On Thursday, December 7, 2017 at 10:30:16 AM UTC+6, Rajeshwaran wrote:
>
> Hi All,
>
> I am facing this "ValueError: source code string cannot contain null
> bytes" error when i create a sqlite3 database and run the application.
>
> Steps
Hi,
I faced a question, Do you unistalled iis and installed Apache?Also If I
want to use Geoserver which runs on TomCat How can I use it beside django?
On Friday, May 11, 2018 at 11:07:19 PM UTC+4:30, Matthew Pava wrote:
>
> I just go straight to the source or Google around.
>
> https://httpd.apa
Which Mode_wsgi you used for python 3.6 x86 and apache2.4 Haus x64 for
windows ?
On Friday, May 11, 2018 at 11:07:19 PM UTC+4:30, Matthew Pava wrote:
>
> I just go straight to the source or Google around.
>
> https://httpd.apache.org/docs/2.4/platform/windows.html
>
> Apache has different flavors
On May 10, 2018 7:40:47 AM CDT, Matt Snelgar wrote:
>
>
>I am making a django app to browse available products at different
>markets.
>I am getting data for my models from a JSON url feed,
>
>I am not sure on the best approach to turn this data into models as the
>
>feed for a single market ca
Seems to be a regression: https://code.djangoproject.com/ticket/29400
On Tuesday, May 8, 2018 at 4:45:14 PM UTC-4, Torsten Bronger wrote:
>
> Hallöchen!
>
> Up to Django 1.11, I had the following pattern frequently in my
> code:
>
> @register.filter
> @mark_safe
> def myfilter(val
I'm building a timesheet app for employees and would like the employees to
be able to select a day of the week date based on what the date was on
Monday.
ie. the user inputs the Monday date of the timesheet, then for each row
they need to fill out they can select the Day/Date for each day that
I set up user registration by subclassing generic.CreateView in an app
called Accounts. and I then set up my urls using django.contrib.auth.urls.
I can register a user but when I try to redirect to the login page, I get
this error:
~//workspace/web/goldrush/gr_backend/templates/registrat
here is no templates folder in the gr_backend package. nor are there any
template directories or files in that repository
On Saturday, May 12, 2018 at 4:59:28 PM UTC-4, Anthony Orona wrote:
>
>
> I set up user registration by subclassing generic.CreateView in an app
> called Accounts. and I the
the default jsonfield field type for django is postgres only, but there's
support for mysql 5.7 via a third party package
https://github.com/adamchainz/django-mysql. specifically
https://django-mysql.readthedocs.io/en/latest/model_fields/json_field.html
On Friday, May 11, 2018 at 3:30:42 PM UT
As I have said previously, I am new to Django ORM so I would like to know
howto/find reference to Django ORM Query to the following SQL Select
statements:
1. From Mariadb.
SELECT name, date_of_birth, *TIMESTAMPDIFF(YEAR,date_of_birth,'2014-08-02'/or
curdate())* AS age FROM some table.
2. Gen
All of the products will share the same fields.
I would filter on products, but my searches would only be restricted to one
market at a time.
On Sun, May 13, 2018 at 1:51 AM, Ryan Nowakowski
wrote:
>
>
> On May 10, 2018 7:40:47 AM CDT, Matt Snelgar wrote:
> >
> >
> >I am making a django app to
views
def ArticuloFormA(request,Materiaid):
Articulos = Articulo.objects.filter(Materia_id= Materiaid)
Articulos = Articulos.order_by('-Fecha_Publicacion')[:5]
Pregunta_Form = ArticuloForm()
args = {'Pregunta_Form': Pregunta_Form}
if request.method == 'POST':
fo
I'd use a single model for all products from any market then.
On Sun, May 13, 2018 at 09:47:32AM +0800, Matt Snelgar wrote:
> All of the products will share the same fields.
>
> I would filter on products, but my searches would only be restricted to one
> market at a time.
>
> On Sun, May 13, 20
13 matches
Mail list logo