Just implementing django's core functionalities to settle an argument. Do you really need a framework?
Clone the repository first then run
cd micro-django
pip install -e .
-
Create a new project:
microdjango-admin startproject myproject
-
Navigate to the project directory:
cd myproject
-
Run the development server:
python manage.py runserver
-
Open your browser and go to
http://localhost:8000
- Basic URL routing
- Simple view system
- Settings management
- WSGI application
- Basic ORM-like model system More features coming soon
This project is licensed under the MIT License.
made by Mwauracollins.