Important Announcement

2021-07-21 Thread Mr. X Offencer
Dear Django-users@googlegroups.com,
Hii this is Mr.Xoffencer, I am a Python Django Developer and also a
certified Cyber security researcher. I am working as a Python programmer
since 3 years and developed many projects for my international clients and
one this that help me alot in my journey as a python django programmer is
this django-users@googlegroups.com community group, whenerver i got stuck
at any point i drop my problem here and i get my solution every time. so
first of all thanks to all the members of this community to help me and
also other new commers who are starting their journey in python django
filed.
Now come to the point that why today i am here and why i am writing this
email. Actually when i was researching about my problems related to coding
i find something weird that when i was working on a technlogy like java,
javascript, php etc and i got any issue during programming i simply search
my solution over google and i got my solution by simply googling it but
when i work on django then and got some issue then i try to google but got
only 20% correct search result and i need to put my question here in this
group and then i realize that whenever some one ask any question in this
group then they get their answer but the issue is that the solution that
experts of this group provide in this group not published in google search
result and thats why your soltuion help the people for some time and then
that solution got invisible after some time as every minute a new question
is asked and answered that why old post gone away from users reach and next
time whenever some one ask that question again we need to answer them again
that why i am developing a community website  for django users to ask
questions and ansewer the projects is uder process till then i have
developed a trial website using wordpress which is
https://forum.xoffencer.com/ if i get a proper trafice for my this website
only then i will work further on this project as you all know working on a
django for too many hours and then develop a application and then you will
not get a proper response then it will break your motivations thats why i
have planed that if i will get a proper response on this website then i
will work my project furthur.

https://forum.xoffencer.com/



*ThanksMr.Xoffencer(Satyam Soni)Django Developer and a Cyber Security
Researcher*

-- 
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/CABz7kDR4qgxJL4kLiO6Ozrap4nMZ21RwAjoLZ-pfKHs66QL1JQ%40mail.gmail.com.


Re: Need Django or Flask developer in India - minimum 5+ years experience

2021-04-20 Thread Mr. X Offencer
*Important announcement:*

*In the month of July, I have my birthday, so for the occasion of my
birthday, I am launching an event. In this event, if any visitor of my
website follows the following steps will get a secret Road map to get
placed in any IT COMPANY. If any student follows this road map for the
preparation, then I give a 101% guarantee to get placement in any IT
COMPANY. *



*This is the golden opportunity for you all, don’t miss out this is totally
free of cost you don’t have to pay a single penny for this just follows the
following steps.*



*Step 1. Subscribe to the Newsletter on this website.*

*Step 2. Follow us on Instagram, Facebook, and Twitter. *

*Step 3. Take a screenshot of all of these and send these all screenshots
on my personal WhatsApp number, That is +91 70004 – 86059 along with your
mail-id.*

*Step 4. Wait for 24 Hours.*

*After validation, you will get that SECRET ROAD MAP on your WhatsApp and a
copy of that road map will be mailed to your mail Id.*



*This is the first time in history a developer shares their ROAD MAP of
success without any fees. This is a limited-period offer. *



*If you want to know about me you can refer to my profile from here.*



*http://blog.xoffencer.com/machine-learning/
 *





*Thanks*


*Xoffencer*

-- 
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/CABz7kDTz1%2B3_WFeSfqgwr4zgOdP-wjt%3DgbHcMh-k_tJYny7YLA%40mail.gmail.com.


Re: Have you experienced the thing I have done like the following.

2021-03-26 Thread Mr. X Offencer
Are you running your  manage.py runserver command in right directory

On Fri, 26 Mar 2021, 19:06 Sangbom Suhk,  wrote:

> Hi guyes!
>
> Now I'm trying to install django framework and make python-based web. For
> this purpose, I installed apache2, python3.8.5 and libapache2-mod-wsgi-py3,
> and set a virtual host according to the django guide document.  My work
> flow was like the following.
>
> 1. apt install apache2 apache2-dev libapache2-mod-wsgi-py3
> 2. apt install build-essential net-tools curl git
> software-properties-common python3
> 3. configured virtual host according to django guide document.
> 4. On my local account, I created virtualenv my domain under /var/www
> directory.
> 5. And I installed django, create django_app project like this
> "django-admin startproject django_app .".
> 6. And migrate my django project.
> 7. Next I browsed my site enagape.net, but I encountered the following
> errors.
>
> mod_wsgi (pid=5672): Failed to exec Python script file
> '/var/www/enagape.net_git/django_app/wsgi.py'.
> mod_wsgi (pid=5672): Exception occurred processing WSGI script
> '/var/www/enagape.net_git/django_app/wsgi.py'.
> Traceback (most recent call last):
>   File "/var/www/enagape.net_git/django_app/wsgi.py", line 18, in 
> application = get_wsgi_application()
>   File "/usr/lib/python3/dist-packages/django/core/wsgi.py", line 12, in
> get_wsgi_application
> django.setup(set_prefix=False)
>   File "/usr/lib/python3/dist-packages/django/__init__.py", line 19, in
> setup
> configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
>   File "/usr/lib/python3/dist-packages/django/conf/__init__.py", line 79,
> in __getattr__
> self._setup(name)
>   File "/usr/lib/python3/dist-packages/django/conf/__init__.py", line 66,
> in _setup
> self._wrapped = Settings(settings_module)
>   File "/usr/lib/python3/dist-packages/django/conf/__init__.py", line 157,
> in __init__
> mod = importlib.import_module(self.SETTINGS_MODULE)
>   File "/usr/lib/python3.8/importlib/__init__.py", line 127, in
> import_module
> return _bootstrap._gcd_import(name[level:], package, level)
>   File "", line 1014, in _gcd_import
>   File "", line 991, in _find_and_load
>   File "", line 961, in
> _find_and_load_unlocked
>   File "", line 219, in
> _call_with_frames_removed
>   File "", line 1014, in _gcd_import
>   File "", line 991, in _find_and_load
>   File "", line 973, in
> _find_and_load_unlocked
> ModuleNotFoundError: No module named 'django_app'
>
> Help me.
>
> --
> 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/de43f585-89e1-42c6-bc88-f518fa5d7fd1n%40googlegroups.com
> 
> .
>

-- 
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/CABz7kDS6C-fUiLauwqh%3D15SPaymXMG6ZnuqG4qn3qroPC2h2rg%40mail.gmail.com.


Deploy Django project on AWS EC-2

2021-03-18 Thread Mr. X Offencer
Hey can anybody help me to Deploy Django Project on Aws.

-- 
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/CABz7kDTzd1V3sv%2BTLxT-5YTWEMyiUTCshBqX2kx1NnyAwEJ2FA%40mail.gmail.com.


Re: Hello from a new user

2021-03-17 Thread Mr. X Offencer
You can search on YouTube for django tutorials.
Some of which are
Django by code with harry - In Hindi Language
Django by code with harry - In English Language

On Wed, 17 Mar 2021, 20:57 Mahmood Ahmad,  wrote:

> Hello Ryan,
>
> You are right. I sound as if I am only looking for tutorials.
>
> Indeed, I am joining for specific Q's and A's.
>
> Regards
>
> On Wed, Mar 17, 2021 at 1:41 PM Mahmood  wrote:
>
>> Hi All,
>>
>> I am a new user to Django and am exploring it for Web development using
>> Python. I am looking for Django tutorials.
>>
>> Please guide me to some tutorials,
>>
>> Regards
>> Mahmood
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Django users" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/django-users/unewlXcSxkw/unsubscribe.
>> To unsubscribe from this group and all its topics, 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/b8bb849e-e68b-4688-b4d9-b555fa5766e2n%40googlegroups.com
>> 
>> .
>>
>
>
>
> --
> 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/CAPefhB77XkeQzL5eYErYC0sdX0Aq5fKWvjik5k1OZd4D0H%3DhrQ%40mail.gmail.com
> 
> .
>

-- 
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/CABz7kDSSXbC_mNAnwHovvB%2BSvrkJKhcL9xxMH%3DYfZLZK-3pF3g%40mail.gmail.com.


Re: Problem with admin site

2021-03-03 Thread Mr. X Offencer
Show your model.py

On Wed, 3 Mar 2021, 19:41 kolo1,  wrote:

> Hey
> I've made some project with couples apps and now I'd like to manage by
> admin site but when I try to open localhost:8000/admin I get error
> """
> TypeError at /admin/'tuple' object is not a mappingRequest Method:
> GETRequest URL: http://localhost:8000/admin/
> Django Version: 3.1.6Exception Type:
> TypeErrorException Value: 'tuple' object is not a mappingException
> Location:/usr/lib/python3.9/site-packages/django/urls/resolvers.py, line
> 486, in _populate
> Python Executable:/usr/bin/python3Python
> Version: 3.9.1
> """
> I can't find the problem?
> My urls.py
> """
> from django.contrib import admin
> from django.urls import include,path
>
>
> urlpatterns = [
> path('admin/', admin.site.urls),
> path('', include('main.urls')),
> path('raporty/', include('raporty.urls')),
> path('settings/', include('settings.urls'))
>
> ]
> """
>
> --
> 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/c64b8f71-35a7-4fb9-b902-93082aab64f7n%40googlegroups.com
> 
> .
>

-- 
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/CABz7kDTw1xVqNBfyed-Zn-dRZ6aruUoDeLHWkRfd-NS0WgBVOA%40mail.gmail.com.


Re: template is not visible properliy

2021-02-27 Thread Mr. X Offencer
Bro show me your file structure.

On Sun, 28 Feb 2021, 02:56 Kasper Laudrup,  wrote:

> On 27/02/2021 12.19, Mayursinh Raulji wrote:
> >i have download template from google and try to load in Django with
> > static file but in browser not show properly. show only  half template
> > but  In my  friend PC this template working properly so what is problem
> > please tell me.
> >
>
> A few options:
>
> - Your computer is obviously broken while your friends computer works.
> Try to take his computer while he's not looking and exchange it with
> yours. Hopefully he won't notice.
>
> - Download another template from google. If you're lucky, this time it
> might work on your computer but not his. Spend some time laughing at his
> inferior computer.
>
> - Think about how you communicate with people who have no idea what
> template you downloaded from google, what you mean when you say "load it
> with static file" and what the difference might be between you and your
> friends setup. Then write a question where someone might be able to give
> you a proper answer.
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> 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/4c295171-0c42-ddd4-83b7-82e8e4e5333a%40stacktrace.dk
> .
>

-- 
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/CABz7kDRSAgrFKTNassNU%3D-9TDkm0b7_X-a_%3DUi5bpKKv-EukYA%40mail.gmail.com.


Re: Please help. ImportError with django 3.1

2021-01-04 Thread Mr. X Offencer
why are you using
*from hello.views import index*

instead of
*from . import views*

On Mon, Jan 4, 2021 at 6:54 PM Gasar Iyali  wrote:

> Hi
> Please I need your help.
> I have just installed django and when I try to run django I get this error
> message and nothing comes up in my browser.
> This is the error message that I get in the command prompt
>
> !*<<<(env) C:\Users\Documents\Learn
> Python\django\my_django_work\my_django_work\urls.py", line 19, in 
> from hello.views import index
> ImportError: cannot import name 'index' from 'hello.views'>>>!!
>
> Thank you
>
> --
> 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/cec9f80a-7d69-4702-8b4c-37817fc6caean%40googlegroups.com
> 
> .
>

-- 
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/CABz7kDRBfCJ05Xic3Qg01EUbxhpWmMmYOtpB0ZvOyGTkG8gH4Q%40mail.gmail.com.