Skip to content
/ CMS Public

A dynamic content management system built with Django

License

Notifications You must be signed in to change notification settings

altair-1/CMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DynamiCMS

DynamiCMS is a content management system built with Django.

Setup

  1. Clone the repository
  2. Create a virtual environment: python -m venv venv
  3. Activate the virtual environment:
    • Windows: venv\Scripts\activate
    • macOS/Linux: source venv/bin/activate
  4. Install dependencies: pip install -r requirements.txt
  5. Run migrations: python manage.py migrate
  6. Create a superuser: python manage.py createsuperuser
  7. Run the development server: python manage.py runserver

Features

  • User authentication
  • Content creation and management
  • Commenting system
  • Category management

Contributing

  1. Fork the repository
  2. Create your feature branch
  3. Commit your changes
  4. Push to the branch
  5. Open a Pull Request

Please adhere to the project's code style, add tests for new features and ensure all tests pass before submitting a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A dynamic content management system built with Django

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published