-
Hey Bouke,
Just want to say love this project and am currently using it on two of my sites. Fantastic work :)
Just a thought for you, what I have had to do for both projects is folk the project so I…
-
This front-end HTML template [currently uses bootstrap v3](https://github.com/LesFruitsDefendus/saskatoon-ng/blob/develop/saskatoon/sitebase/static/css/bootstrap.min.css) and in the settings file, the…
-
## Fields in user model
Each app has a user module. In general, the following fields are included in `user` model:
```python
# django user default fields
# `AbstractUser` from `django.contrib.…
-
-
✅[𝐐𝐔𝐀̣̂𝐍 𝟑, 𝐇𝐂𝐌𝐂] 𝐏𝐘𝐓𝐇𝐎𝐍 𝐃𝐄𝐕𝐄𝐋𝐎𝐏𝐄𝐑 - 𝐔𝐏 𝐓𝐎 𝟑𝟎𝟎𝟎$ 𝐆𝐑𝐎𝐒𝐒
- Work from home: 2 days/week
🎯𝐑𝐄𝐐𝐔𝐈𝐑𝐄𝐌𝐄𝐍𝐓𝐒
- 3-5+ years of experience.
- A bachelor's degree in computer science, engineering, or related…
-
Hi there,
I'm want to resolve the django PhoneNumberField into a string by default. At the moment I would have to write a resolve_phone func on each schema just to call `str(obj.phone)`. Is it poss…
-
#### Description
*I have a model class A which has parent field which referential for the same model . I want to create a factory for this but some error occured *
#### To Reproduce
*When writin…
-
I am getting the following errors when I run python manage.py runserver
Request Method: | GET
-- | --
http://127.0.0.1:8000/
3.0.4
TemplateDoesNotExist
movies/movies_stuff.html
Z:\Courses2\…
-
```
What steps will reproduce the problem?
1. downloaded and ran as instructed
2. missing "ImportError at /excel/start/
No module named batchadmin.admin"
What is the expected output? What do you se…
-
I have implemented django-angular client side form validation. Every constraint is validated as expected apart from my model RegexValidator (the error is later caught on the server's side so I believe…