Skip to content

Latest commit

 

History

History
executable file
·
49 lines (36 loc) · 1.92 KB

File metadata and controls

executable file
·
49 lines (36 loc) · 1.92 KB

> Hi there, I'm PitoDev ArmStrong

Framework Programing

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.

Requirements

  • Python
  • Django

Possibly missing python packages will be installed during the installation process.

Installation

git clone https://github.com/PitoDevID/framework-programing.git
cd framework-programing
python -m venv myenv
myenv\Scripts\activate
pip install -r requirements.txt

Default Username & Password

  • Username: pito
  • Password: pito

Usage

Type python manage.py command example python manage.py runsever to run the server.

Command-Line Arguments

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.

Big Thanks To