Re: NEW USER

2023-06-05 Thread Jeff Kingsley
Hello Jawad Khan! It's great to hear that you've started working with
Django and are looking for guidance on how to start and complete a proper
website. Django is a powerful web framework that can help you build robust
and scalable websites.

To help you get started and complete your website, here are some general
steps to follow:

   1.

   Planning and Requirements Gathering:
   - Define the purpose and goals of your website.
  - Identify the target audience and their needs.
  - Gather requirements and determine the core features and
  functionality.
   2.

   Designing the Database:
   - Identify the data entities and relationships needed for your website.
  - Design the database schema using Django's Object-Relational Mapping
  (ORM) features.
  - Define models in Django to represent the database structure.
   3.

   Setting up the Django Project:
   - Install Django using pip.
  - Create a new Django project using the django-admin command.
  - Configure the project settings, such as database connection and
  static files.
   4.

   Creating Django Apps:
   - Divide your website's functionality into smaller, reusable components
  called apps.
  - Create Django apps for each major functionality of your website.
  - Define models, views, and templates specific to each app.
   5.

   Implementing Views and Templates:
   - Define views that handle user requests and render the appropriate
  templates.
  - Create HTML templates using Django's template language, which
  allows dynamic rendering of data.
   6.

   Implementing URLs and Routing:
   - Define URL patterns in your Django project's URL configuration file (
  urls.py).
  - Map URLs to appropriate views and apps.
   7.

   Testing and Debugging:
   - Write tests to ensure your website's functionality works as expected.
  - Use Django's built-in testing framework to run tests and identify
  any issues.
  - Debug and fix any errors or bugs that arise during development.
   8.

   Adding User Authentication and Security:
   - Implement user authentication and authorization using Django's
  built-in authentication system.
  - Apply security measures like input validation, CSRF protection, and
  secure handling of user data.
   9.

   Styling and Front-end Development:
   - Apply CSS styles and design elements to enhance the visual appearance
  of your website.
  - Use front-end frameworks like Bootstrap to create responsive and
  user-friendly interfaces.
   10.

   Deployment and Hosting:
   - Choose a hosting platform or server to deploy your Django website.
  - Configure the production settings, including database, static
  files, and security measures.
  - Deploy your Django project to the chosen server and ensure it is
  accessible to users.


On Sat, Jun 3, 2023 at 5:16 PM Jawad khan  wrote:

> I hope you are all doing well, I am Jawad Khan from Peshawar Pakistan,
> recently start working in Django. Please can any one help how to start and
> complete a proper website.
>
> --
> 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/aa14b313-d077-4992-a56b-994ea6b5cca9n%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/CAA9WjmF%2BmRZqPc%2BkAeWfduuohazLGAH7vrsJo59yG7KVLJ78gg%40mail.gmail.com.


Re: NEW USER

2023-06-05 Thread Jeff Kingsley
Hello Jawad Khan! It's great to hear that you've started working with
Django and are looking for guidance on how to start and complete a proper
website. Django is a powerful web framework that can help you build robust
and scalable websites.

To help you get started and complete your website, here are some general
steps to follow:

   1.

   Planning and Requirements Gathering:
   - Define the purpose and goals of your website.
  - Identify the target audience and their needs.
  - Gather requirements and determine the core features and
  functionality.
   2.

   Designing the Database:
   - Identify the data entities and relationships needed for your website.
  - Design the database schema using Django's Object-Relational Mapping
  (ORM) features.
  - Define models in Django to represent the database structure.
   3.

   Setting up the Django Project:
   - Install Django using pip.
  - Create a new Django project using the django-admin command.
  - Configure the project settings, such as database connection and
  static files.
   4.

   Creating Django Apps:
   - Divide your website's functionality into smaller, reusable components
  called apps.
  - Create Django apps for each major functionality of your website.
  - Define models, views, and templates specific to each app.
   5.

   Implementing Views and Templates:
   - Define views that handle user requests and render the appropriate
  templates.
  - Create HTML templates using Django's template language, which
  allows dynamic rendering of data.
   6.

   Implementing URLs and Routing:
   - Define URL patterns in your Django project's URL configuration file (
  urls.py).
  - Map URLs to appropriate views and apps.
   7.

   Testing and Debugging:
   - Write tests to ensure your website's functionality works as expected.
  - Use Django's built-in testing framework to run tests and identify
  any issues.
  - Debug and fix any errors or bugs that arise during development.
   8.

   Adding User Authentication and Security:
   - Implement user authentication and authorization using Django's
  built-in authentication system.
  - Apply security measures like input validation, CSRF protection, and
  secure handling of user data.
   9.

   Styling and Front-end Development:
   - Apply CSS styles and design elements to enhance the visual appearance
  of your website.
  - Use front-end frameworks like Bootstrap to create responsive and
  user-friendly interfaces.
   10.

   Deployment and Hosting:
   - Choose a hosting platform or server to deploy your Django website.
  - Configure the production settings, including database, static
  files, and security measures.
  - Deploy your Django project to the chosen server and ensure it is
  accessible to users.


On Sat, Jun 3, 2023 at 5:37 PM Abubakar Siddique 
wrote:

> Hi jawad,
> Yes, I can help you to achieve your goal
>
> Contct me
> Whatstapp
> 03158090326
>
> Thanks
>
> On Sat, Jun 3, 2023, 7:17 PM Jawad khan  wrote:
>
>> I hope you are all doing well, I am Jawad Khan from Peshawar Pakistan,
>> recently start working in Django. Please can any one help how to start and
>> complete a proper website.
>>
>> --
>> 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/aa14b313-d077-4992-a56b-994ea6b5cca9n%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/CAL2GMxSFXx6NFepKbijNaqVKD-JTwL_SCstd-Q-OoghboX1k0g%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/CAA9WjmEadivRwsetYF41Oe8dy88qqqrK7P80NKYD9ZbpbR%2BQHQ%40mail.gmail.com.


Re: Serving Media and Static files on Shared Hosting

2023-01-13 Thread Jeff Kingsley
Why

On Fri, Jan 13, 2023 at 11:56 AM Namanya Daniel 
wrote:

> Hello members,
>
> Has anyone ever used Namecheap shared hosting to serve static and media
> files? Apparently nginx can't be used, i only have WhiteNoise which serves
> static files only.
>
> kindly  share you've done it before.. thanks in advance
>
> --
> 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/44a6e29d-65f1-443f-94d4-c9d119abbf77n%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/CAA9WjmFd%3DC-eOv%3DeKw5%3DKg7JMCPLiFs%3DwNv0zU07_vDMw59woQ%40mail.gmail.com.


Re: NEW BIE HERE HOW CAN I LEARN DJANGO FAST

2022-12-28 Thread Jeff Kingsley
can teach you


On Sun, Dec 25, 2022 at 12:08 PM Namanya Daniel 
wrote:

> While learning Django, pay attention to URLs and settings and models, the
> rest you need basic python skills
>
> On Sunday, December 25, 2022 at 2:14:06 AM UTC+3 guru...@gmail.com wrote:
>
>> Hey, I just want to know how you've learned django framework and what
>> resources did you use. It would be great if anyone can suggest me some
>> studying resources.
>> 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/1dd19704-2e56-47b9-815a-6d76b0e9adfen%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/CAA9WjmH_1mk5rowmfPXnEuRgrYPqMN3i4H8cBiW5o9TeZasQ_A%40mail.gmail.com.


Re: Reply: Re: Hosting django with Namecheap

2022-11-08 Thread Jeff Kingsley
Do you have root access oba you are just using cpanel. I do think you will
be able to succeed with cpanel, you need VSP.

On Tue, Nov 8, 2022 at 3:58 PM bradie poa  wrote:

> its not a good idea
>
> i have settings.py in the same folder with wsgi.py
>
>
> On Tuesday, November 8, 2022 at 4:07:09 AM UTC-8 Kasper Laudrup wrote:
>
>> On 08/11/2022 10.41, Namanya Daniel wrote:
>> > Hello, am hosting a django application with namecheap for the very
>> first
>> > time and am getting " Internal Server ErrorError 500" , in the error
>> > log, wsgi.py shows that there's not settings
>> >
>> > how do i handle this
>> >
>>
>> You add the settings.
>>
>> 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/9f4bfc65-8319-4c19-85b2-7ac7ff1d7ff9n%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/03931t9smoccio3p86jn4id8.1667912304054%40email.vivo.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/CAA9WjmELf6ncrCbDOZYmnZCscLq6dwzypCba_y6MKnQa5vLv5g%40mail.gmail.com.


Re: Hosting django with Namecheap

2022-11-08 Thread Jeff Kingsley
Which web server do you use?

On Tue, Nov 8, 2022 at 3:55 PM Namanya Daniel 
wrote:

> i have settings.py in the same folder with wsgi.py
>
>
> On Tuesday, November 8, 2022 at 4:07:09 AM UTC-8 Kasper Laudrup wrote:
>
>> On 08/11/2022 10.41, Namanya Daniel wrote:
>> > Hello, am hosting a django application with namecheap for the very
>> first
>> > time and am getting " Internal Server ErrorError 500" , in the error
>> > log, wsgi.py shows that there's not settings
>> >
>> > how do i handle this
>> >
>>
>> You add the settings.
>>
>> 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/9f4bfc65-8319-4c19-85b2-7ac7ff1d7ff9n%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/CAA9WjmHY1n7qtp2GUC39RBygdDuEEi0HjTZGbv-iToRpJ9z1tA%40mail.gmail.com.