DjangoNest: A Python CMS with the Elegance of Django DjangoNest is a Content Management System (CMS) built with a powerful combination of Python and Django, providing an agile and flexible development experience. The project was born from the need to create an intuitive solution for efficient content management in web environments.
To install Django Nest, use the following command:
🛠️ pip3 install django-nest To start a new Django Nest project, you can choose from the following options:
- Using the startproject command:
🌟 python3 -m django_nest startproject "myproject"- Cloning an existing project from the repository:
🌟 git clone "[email protected]:TechFourGood/django_nest.git" "my_project"After creating the project, navigate to the project directory:
📁 cd "my_project"To start the database, use the following command with Docker Compose:
cp .env.example .env🗃️ docker-compose up db -dTo start the application, use the following command with Docker Compose:
📱 docker-compose up appOpen New Terminal
poetry shellexport DB_HOST=localhostexport DB_PASSWD=passwdexport DB_USER=postgresexport DB_name=postgresexport DB_PORT=5432python3 manage.py createsuperuserNote: Docker and Docker Compose are required to run the application. Make sure to install them before starting the application.
Now you're ready to begin working on your Django Nest project! If you have any questions or need more information, refer to the official documentation at DjangoNest.
| Github User | Face 🤭 |
|---|---|
| @pratadaniel94 |
Contributions are welcome! Feel free to open issues and submit pull requests.
