Neobis Django Girls Project

Welcome to the Neobis Django Girls project! This is a web application created using the Django framework, allowing users to publish and view articles on the site.

Key Features

  • User registration and authentication.
  • Creating and editing personal articles.
  • Viewing and commenting on articles from other users.
  • A simple and intuitive user interface for easy navigation.

Installation Requirements

To run the project on your local computer, you will need the following:

  • Python (recommended version 3.6 and above).
  • Django (the project uses version 3.2).
  • Additional libraries as specified in the requirements.txt file.

Installation and Launch

  1. Clone the repository to your computer:

  2. Clone the repository to your computer:

     git clone git@github.com:AibekYrysbekov/Django_Girls.git
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Apply database migrations:

    python manage.py migrate
    
  5. Start the server:

    python manage.py runserver
    
  6. Open a web browser and go to http://localhost:8000/ to access the application.