Code Monkey home page Code Monkey logo

argon-dashboard-flask's Issues

datepicker format error

Hi:
I see that datepicker's default format is mm/dd/yy, like 04/28/2021, but I want to set datepicker's format as 2021-04-28, so I modify argon.js and add dateFormat to datepicker, like this:
`var Datepicker = (function() {

// Variables

var $datepicker = $('.datepicker');


// Methods

function init($this) {
	var options = {
		disableTouchKeyboard: true,
		autoclose: false,
		dateFormat: "yy-mm-dd"
	};

	$this.datepicker(options);
}


// Events

if ($datepicker.length) {
	$datepicker.each(function() {
		init($(this));
	});
}`

})();

But this not work, what should I do?
Thank you!

ImportError: cannot import name 'Binary' from 'sqlalchemy'

from sqlalchemy import Binary, Column, Integer, String
ImportError: cannot import name 'Binary' from 'sqlalchemy' (C:\Users\kenqq\AppData\Local\Programs\Python\Python38\lib\site-packages\sqlalchemy_init_.py)

To use this template for my project used as a guideline but i met this error, how to solve it?

[Bug] Sudden issues with loading js files for Argon dashboard

Version

/

Reproduction link

https://i.imgur.com/HEAPO5a.png

Operating System

Windows

Device

PC

Browser & Version

Firefox 96, Chrome 97

Steps to reproduce

Everything worked correctly up until two weeks ago, not completely sure about the timeline.
I've wanted to work on the project a bit, however nothing from the demos.creative-tim.com URL loads. Every library or package returns 404, please see the attached picture.
https://i.imgur.com/HEAPO5a.png

Did something in the URL change, do I need to update a path where the libraries are fetched from?

What is expected?

For libraries from the demos.creative-tim.com to load.

What is actually happening?

They are not loading and returning 404 Not Found.


Solution

Additional comments

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.