Skip to content

PitoDevID/framework-programing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

> 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published