Re: Ongoing project

2020-12-17 Thread Sidy Mactar
I'm senegalese

Le jeu. 17 déc. 2020 à 12:04, Sidy Mactar  a écrit :

> Sidy Mactar DIALLO
> Hi, hope you well?
> i'm interesting but i'm an intermediate
> tkx
>
> Le jeu. 17 déc. 2020 à 11:43, Peter Kirieny  a
> écrit :
>
>> Hello team
>> I have a project in django
>> (developing an ecommerce website with some innovations)
>>
>> Using pycharm and python, am looking for a partner here
>>
>> Am a Kenyan, in Nairobi
>>
>> If interested please inbox for more information
>>
>> --
>> 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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAL8t8eovVqpPJGfTAE9Q_%3DuPdazu3xxF-79CQxmcf7MNNAL6YA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/django-users/CAL8t8eovVqpPJGfTAE9Q_%3DuPdazu3xxF-79CQxmcf7MNNAL6YA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAA8Z6jWypxNSvRZ43bGqAwbqi59-tK9s-VGBfAYoMw8XiprN-A%40mail.gmail.com.


Re: Ongoing project

2020-12-17 Thread Sidy Mactar
Sidy Mactar DIALLO
Hi, hope you well?
i'm interesting but i'm an intermediate
tkx

Le jeu. 17 déc. 2020 à 11:43, Peter Kirieny  a
écrit :

> Hello team
> I have a project in django
> (developing an ecommerce website with some innovations)
>
> Using pycharm and python, am looking for a partner here
>
> Am a Kenyan, in Nairobi
>
> If interested please inbox for more information
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAL8t8eovVqpPJGfTAE9Q_%3DuPdazu3xxF-79CQxmcf7MNNAL6YA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAL8t8eovVqpPJGfTAE9Q_%3DuPdazu3xxF-79CQxmcf7MNNAL6YA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAA8Z6jVHCAP8wwroM7pUP_Or2B3m%3Doco3oAFXnwBrSoVWQ6qfQ%40mail.gmail.com.


A BUG WITH NUMPY

2020-11-29 Thread Sidy Mactar
 ** On entry to DGEBAL parameter number  3 had an illegal value
 ** On entry to DGEHRD  parameter number  2 had an illegal value
 ** On entry to DORGHR DORGQR parameter number  2 had an illegal value
 ** On entry to DHSEQR parameter number  4 had an illegal value
Traceback (most recent call last):
  File "C:\Users\sidym\PycharmProjects\Titanic\ecommerce\manage.py", line 
22, in 
main()
  File "C:\Users\sidym\PycharmProjects\Titanic\ecommerce\manage.py", line 
18, in main
execute_from_command_line(sys.argv)
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\__init__.py",
 
line 401, in execute_from_command_line
utility.execute()
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\__init__.py",
 
line 395, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\base.py",
 
line 330, in run_from_argv
self.execute(*args, **cmd_options)
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\base.py",
 
line 368, in execute
self.check()
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\management\base.py",
 
line 392, in check
all_issues = checks.run_checks(
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\checks\registry.py",
 
line 70, in run_checks
new_errors = check(app_configs=app_configs, databases=databases)
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\checks\urls.py",
 
line 13, in check_url_config
return check_resolver(resolver)
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\core\checks\urls.py",
 
line 23, in check_resolver
return check_method()
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\urls\resolvers.py",
 
line 408, in check
for pattern in self.url_patterns:
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\functional.py",
 
line 48, in __get__
res = instance.__dict__[self.name] = self.func(instance)
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\urls\resolvers.py",
 
line 589, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", 
self.urlconf_module)
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\utils\functional.py",
 
line 48, in __get__
res = instance.__dict__[self.name] = self.func(instance)
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\urls\resolvers.py",
 
line 582, in urlconf_module
return import_module(self.urlconf_name)
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\importlib\__init__.py",
 
line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1030, in _gcd_import
  File "", line 1007, in _find_and_load
  File "", line 986, in _find_and_load_unlocked
  File "", line 680, in _load_unlocked
  File "", line 790, in exec_module
  File "", line 228, in 
_call_with_frames_removed
  File 
"C:\Users\sidym\PycharmProjects\Titanic\ecommerce\ecommerce\urls.py", line 
23, in 
path('', include('edata.urls')),
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\django\urls\conf.py",
 
line 34, in include
urlconf_module = import_module(urlconf_module)
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\importlib\__init__.py",
 
line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
  File "", line 1030, in _gcd_import
  File "", line 1007, in _find_and_load
  File "", line 986, in _find_and_load_unlocked
  File "", line 680, in _load_unlocked
  File "", line 790, in exec_module
  File "", line 228, in 
_call_with_frames_removed
  File "C:\Users\sidym\PycharmProjects\Titanic\ecommerce\edata\urls.py", 
line 2, in 
from . import views
  File "C:\Users\sidym\PycharmProjects\Titanic\ecommerce\edata\views.py", 
line 8, in 
from edata.cleandataset.reformat import Trading
  File 
"C:\Users\sidym\PycharmProjects\Titanic\ecommerce\edata\cleandataset\reformat.py",
 
line 1, in 
import numpy as np
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy\__init__.py",
 
line 305, in 
_win_os_check()
  File 
"C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy\__init__.py",
 
line 302, in _win_os_check
raise RuntimeError(msg.format(__file__)) from None
RuntimeError: The current Numpy installation 
('C:\\Users\\sidym\\AppData\\Local\\Programs\\Python\\Python39\\lib\\site-packages\\numpy\\__init__.py')
 
fails to pass a sanity check due to a bug in the windows runt

Re: Debbuging

2020-11-15 Thread Sidy Mactar
it's done

Le lundi 16 novembre 2020 à 03:22:48 UTC, zica...@gmail.com a écrit :

> please post your repository
>
> Em domingo, 15 de novembro de 2020 às 19:42:30 UTC-3, sidymo...@gmail.com 
> escreveu:
>
>> OperationalError at /admin/products/products/add/no such table: 
>> main.auth_user__old 
>> Can u help me plz? 
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/de49ec22-08fe-4731-80c8-9a8c2d112a1bn%40googlegroups.com.


Debbuging

2020-11-15 Thread Sidy Mactar
OperationalError at /admin/products/products/add/no such table: 
main.auth_user__old 
Can u help me plz? 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b561ff76-a89c-406a-b67a-5e69c2598f3en%40googlegroups.com.