> Hi there, I'm PitoDev ArmStrong
This repository is a Django/Python-based framework designed as a "framework" for data management applications (specifically "citizen," "sub-district," etc.). Its main functions include data CRUD (Create, Read, Update, Delete), user management, and an admin interface.
- Python
- Django
Possibly missing python packages will be installed during the installation process.
git clone https://github.com/PitoDevID/framework-programing.git
cd framework-programing
python -m venv myenv
myenv\Scripts\activate
pip install -r requirements.txt- Username: pito
- Password: pito
Type python manage.py command example python manage.py runsever to run the server.
| command | Explanation |
|---|---|
runserver |
Run the Django development server (default port: 8000). |
createsuperuser |
Create an admin account for accessing the Django admin panel. |
makemigrations |
Generate migration files for changes made to models. |
migrate |
Apply database migrations. |
shell |
Open an interactive Python shell within the Django environment. |
showmigrations |
List all migrations and their statuses. |
Allah SWTAchmad NoercholisAll My Friends