Re: Lead Architect / CTO ( Hands on ) - Start Up - Cambridge - 3 Days remote working

2019-03-28 Thread Serdar Emirci
Hello,
I would like to help if someone can communicate in Turkish.



Serdar EMIRCI


 adresine sahip kullanıcı 28 Mar 2019 Per, 14:34
tarihinde şunu yazdı:

> Hi Everyone,
>
> I am looking for a candidate who has architectural experience in building
> a Platform in Python Django.
>
> *Software Architect – Part Remote - (Python Django) – Start **Up *
>
>
>
> £65,000 - £75,000 depending on experience
>
> Cambridge
>
> Permanent
>
>
>
>
>
> We have established a firm partnership with a really exciting start up
> that’s going to revolutionise their market.  The company are looking for a
> candidate to come in and help build a ground-breaking platform that is
> going to modernise the agricultural sector. This technology is going to
> bring a once slow-moving market into the 21st century. It’s a very
> exciting opportunity for anyone who is a team lead or has thought about
> being a team lead. The perfect candidate will be from an architectural
> background with lead experience or ambitions to lead a team.
>
>
>
> They are looking for some with a strong development background in Python
> Django. The ideal candidate is someone with previous experience in
> developing backend creating web applications but also has an interest in
> Machine Learning. The role will entail a very hand son approach to start
> and as the team grows it will move more into a line management role. If you
> have some front-end experience it would also be a bonus.
>
>
>
> A successful candidate must be skilled in:
>
> ·Strong experience of creating web applications in Python Django
>
> ·Understanding of REST API and GraphQL development
>
> ·Experience with Amazon Web Services Or Google Cloud
>
> ·Experience in Machine Learning or want to gain the experience
>
> ·Understanding of container technology such as Docker
>
> ·Architectural Background
>
>
> Desirables:
>
> ·Experience with full stack development – React or React Native
>
> ·Understanding of blockchain technologies
>
> ·Had Open source experience
>
> ·Team Lead Experience
>
>
>
> The Company has really got hold of something really exciting with this
> platform. This role is perfect for anyone who is looking for a new
> challenge or is thinking about developing themselves further. They have a
> beautiful new office in Cambridge with the potential to grow further. After
> meeting with them you get a real feeling that they are a fantastic company
> to work for and their benefits package is also very attractive.
>
>
>
> If you are interested in applying for this role, please email
> sc...@socode.co.uk.
>
>
> If you email I am more than happy to get the full spec over to you and
> more information about the company.
>
>
> Best wishes
>
> Scott
>
> --
> 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, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/f4c094df-1781-45e4-8087-14566ba12f61%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/f4c094df-1781-45e4-8087-14566ba12f61%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACUOqnYbLaF2Oy2m%3DistRP4umTTxAnh39w6K3SdOJPeR0w7bAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: LookupError: No installed app with label 'admin'.

2019-05-20 Thread Serdar Emirci
Hi Bredliy,
Run that command.
sudo pip install sqlparse




Serdar EMIRCI


This is a test message , 20 May 2019 Pzt, 05:11
tarihinde şunu yazdı:

> Hi,
>
>
>
> I am new to django and am trying out the tutorial. Get the following error:
>
>1. Create a virtual environment using anaconda
>2. Activate the virtual environment
>3. Create the project
>4. Get the following error when trying to start the server:
>
>
>
> Directory of C:\Users\bradl\Documents\web sites\poll
>
>
>
> 2019/05/19  02:25 PM  .
>
> 2019/05/19  02:25 PM  ..
>
> 2019/05/19  02:25 PM   645 manage.py
>
> 2019/05/19  02:26 PM  poll
>
>1 File(s)645 bytes
>
>3 Dir(s)  200 980 545 536 bytes free
>
>
>
> (pollapp) C:\Users\bradl\Documents\web sites\poll>python manage.py
> runserver
>
> Watching for file changes with StatReloader
>
> Exception in thread Thread-1:
>
> Traceback (most recent call last):
>
>   File "C:\Users\bradl\Anaconda3\envs\pollapp\lib\threading.py", line 917,
> in _bootstrap_inner
>
> self.run()
>
>   File "C:\Users\bradl\Anaconda3\envs\pollapp\lib\threading.py", line 865,
> in run
>
> self._target(*self._args, **self._kwargs)
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\utils\autoreload.py",
> line 54, in wrapper
>
> fn(*args, **kwargs)
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\core\management\commands\runserver.py",
> line 109, in inner_run
>
> autoreload.raise_last_exception()
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\utils\autoreload.py",
> line 77, in raise_last_exception
>
> raise _exception[0](_exception[1]).with_traceback(_exception[2])
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\utils\autoreload.py",
> line 54, in wrapper
>
> fn(*args, **kwargs)
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\__init__.py",
> line 24, in setup
>
> apps.populate(settings.INSTALLED_APPS)
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\apps\registry.py",
> line 114, in populate
>
> app_config.import_models()
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\apps\config.py",
> line 211, in import_models
>
> self.models_module = import_module(models_module_name)
>
>   File "C:\Users\bradl\Anaconda3\envs\pollapp\lib\importlib\__init__.py",
> line 127, in import_module
>
> return _bootstrap._gcd_import(name[level:], package, level)
>
>   File "", line 1006, in _gcd_import
>
>   File "", line 983, in _find_and_load
>
>   File "", line 967, in
> _find_and_load_unlocked
>
>   File "", line 677, in _load_unlocked
>
>   File "", line 728, in exec_module
>
>   File "", line 219, in
> _call_with_frames_removed
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\contrib\auth\models.py",
> line 2, in 
>
> from django.contrib.auth.base_user import AbstractBaseUser,
> BaseUserManager
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\contrib\auth\base_user.py",
> line 47, in 
>
> class AbstractBaseUser(models.Model):
>
>  File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\db\models\base.py",
> line 117, in __new__
>
> new_class.add_to_class('_meta', Options(meta, app_label))
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\db\models\base.py",
> line 321, in add_to_class
>
> value.contribute_to_class(cls, name)
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\db\models\options.py",
> line 204, in contribute_to_class
>
> self.db_table = truncate_name(self.db_table,
> connection.ops.max_name_length())
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\db\__init__.py",
> line 28, in __getattr__
>
> return getattr(connections[DEFAULT_DB_ALIAS], item)
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\db\utils.py",
> line 201, in __getitem__
>
> backend = load_backend(db['ENGINE'])
>
>   File
> "C:\Users\bradl\Anaconda3\envs\pollapp\lib\site-packages\django\db\utils.py",

Re: Hosting - Does pythonanywhere supports all features as AWS.

2019-05-27 Thread Serdar Emirci
You can use to digitalocean
<https://www.google.com/search?client=safari&rls=en&q=digitalocean&ie=UTF-8&oe=UTF-8>,
AWS
and natro.



Serdar EMIRCI


Chetan Ganji , 27 May 2019 Pzt, 15:14 tarihinde
şunu yazdı:

> Hi Balaji Sir,
>
> AFAIK, Python Anywhere is Shared Hosting Provider for Django. Suitable for
> Small to Medium sized Websites and Webapps.
> Its like a tiny mouse.
>
> AWS is a platform to create online Platforms like Python Anywhere in the
> cloud.
> i.e. You can create decentralised online platforms, based on microservices
> architecture.
> You can also create monolithic architecture webapps.
> Its like a giant Elephant.
>
>
> Regards,
> Chetan Ganji
> +91-900-483-4183
> ganji.che...@gmail.com
> http://ryucoder.in
>
>
> On Mon, May 27, 2019 at 12:19 AM Balaji Shetty 
> wrote:
>
>> Does pythonanywhere supports all features as AWS.
>>
>> Or any service it does not as compared to AWS.
>>
>>
>>
>> On Sat, May 25, 2019 at 6:50 PM Subramanian Sridharan <
>> clawsonfir...@gmail.com> wrote:
>>
>>> I prefer PythonAnywhere <https://www.pythonanywhere.com/> for hosting.
>>>
>>> On Saturday, May 25, 2019 at 5:27:12 PM UTC+5:30, Prakash Borade wrote:
>>>>
>>>> Friends tell me is hostgator.in server support django or not.
>>>>
>>> --
>>> 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, send
>>> an email to django-users+unsubscr...@googlegroups.com.
>>> To post to this group, send email to django-users@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/django-users.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/3514eafe-e9bb-4d94-b99a-cfc9a698aa0f%40googlegroups.com
>>> <https://groups.google.com/d/msgid/django-users/3514eafe-e9bb-4d94-b99a-cfc9a698aa0f%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> --
>>
>>
>> *Mr. Shetty Balaji S.Asst. ProfessorDepartment of Information Technology,*
>> *SGGS Institute of Engineering & Technology, Vishnupuri, Nanded.MH.India*
>> *Official: bsshe...@sggs.ac.in  *
>> *  Mobile: +91-9270696267*
>>
>> --
>> 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, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAECSbOt9nVgZQ4RvR34qaKVCT1L8CNYS7H%2BVbrm9_9%2BGqZX3kA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAECSbOt9nVgZQ4RvR34qaKVCT1L8CNYS7H%2BVbrm9_9%2BGqZX3kA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAMKMUjv9YViZNo8_65VvTAhXLPT0tG%3Dn3zB621aEAiZh2cZJJQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAMKMUjv9YViZNo8_65VvTAhXLPT0tG%3Dn3zB621aEAiZh2cZJJQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACUOqnbBNTKnpU6EysH63oqgBw0z8NaPvUfMPNPH7E-tmn2U0w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: access league by league-code REST api

2019-07-04 Thread Serdar Emirci
 /League > /League


Serdar EMIRCI


omar ahmed , 5 Tem 2019 Cum, 00:43 tarihinde şunu
yazdı:

> hiii ..
> i use REST api to get data from "https://www.football-data.org"; ..
> i want to create one view that can restore any league (by league code
> like: PL for premier league) not for particular league
> openleague.html
> {% block content %}
> 
> Premier League
> Spanish League
> Italian League
> German League
> French League
> 
> {% endblock %}
> urls.py
> urlpatterns =[
> path('', views.home,name='home'),
> path('/League', views.openleague, name='openleague'),
> ]
> views.py
> def openleague(request,code):
> connection = http.client.HTTPConnection('api.football-data.org')
> headers = { 'X-Auth-Token': '##' }
> connection.request('GET', '/v2/competitions/{'code'}', None, headers)
> response = json.loads(connection.getresponse().read().decode())
>
> return render(request, 'core/openleague.html', {'response': response})
>
> --
> 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, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/88b03928-dbbb-4b66-8661-499bdade3381%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/88b03928-dbbb-4b66-8661-499bdade3381%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACUOqnb%3DuV0QY67SWXGfsQTMn9%2BZu8U8%2BwJYV1i0wwcQ2Z5LQQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.